ISql100DatabaseEncryptionKey.GetServerCertificateRelationship Method

Gets a server certificate relationship.

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

Syntax

'Declaration
Function GetServerCertificateRelationship As IModelSingleRelationship(Of ISql100DatabaseEncryptionKey, ISql90Certificate)
'Usage
Dim instance As ISql100DatabaseEncryptionKey
Dim returnValue As IModelSingleRelationship(Of ISql100DatabaseEncryptionKey, ISql90Certificate)

returnValue = instance.GetServerCertificateRelationship()
IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql90Certificate> GetServerCertificateRelationship()
IModelSingleRelationship<ISql100DatabaseEncryptionKey^, ISql90Certificate^>^ GetServerCertificateRelationship()
function GetServerCertificateRelationship() : IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql90Certificate>
abstract GetServerCertificateRelationship : unit -> IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql90Certificate> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql90Certificate>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql100DatabaseEncryptionKey Interface

ISql100DatabaseEncryptionKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace