Share via


ISql90User.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 ISql90User, ISql90Certificate)
IModelSingleRelationship<ISql90User, ISql90Certificate> GetCertificateRelationship()
IModelSingleRelationship<ISql90User^, ISql90Certificate^>^ GetCertificateRelationship()
abstract GetCertificateRelationship : unit -> IModelSingleRelationship<ISql90User, ISql90Certificate> 
function GetCertificateRelationship() : IModelSingleRelationship<ISql90User, ISql90Certificate>

Return Value

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

.NET Framework Security

See Also

Reference

ISql90User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace