Share via


ISql100DatabaseEncryptionKey.GetServerCertificateRelationship Method

Returns an IModelSingleRelationship between this and the ISql90Certificate.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100DatabaseEncryptionKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace