Share via


ISql90Login.GetCertificateRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Certificate.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetCertificateRelationship As IModelSingleRelationship(Of ISql90Login, ISql90Certificate)
IModelSingleRelationship<ISql90Login, ISql90Certificate> GetCertificateRelationship()
IModelSingleRelationship<ISql90Login^, ISql90Certificate^>^ GetCertificateRelationship()
abstract GetCertificateRelationship : unit -> IModelSingleRelationship<ISql90Login, ISql90Certificate> 
function GetCertificateRelationship() : IModelSingleRelationship<ISql90Login, ISql90Certificate>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Login, ISql90Certificate>

.NET Framework Security

See Also

Reference

ISql90Login Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace