Dela via


ISql100DatabaseEncryptionKey.GetAsymmetricKeyRelationship Method

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

Syntax

'Declaration
Function GetAsymmetricKeyRelationship As IModelSingleRelationship(Of ISql100DatabaseEncryptionKey, ISql100AsymmetricKey)
'Usage
Dim instance As ISql100DatabaseEncryptionKey 
Dim returnValue As IModelSingleRelationship(Of ISql100DatabaseEncryptionKey, ISql100AsymmetricKey)

returnValue = instance.GetAsymmetricKeyRelationship()
IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey> GetAsymmetricKeyRelationship()
IModelSingleRelationship<ISql100DatabaseEncryptionKey^, ISql100AsymmetricKey^>^ GetAsymmetricKeyRelationship()
function GetAsymmetricKeyRelationship() : IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey>

Return Value

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

.NET Framework Security

See Also

Reference

ISql100DatabaseEncryptionKey Interface

ISql100DatabaseEncryptionKey Members

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