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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.