ISql100DatabaseEncryptionKey.GetAsymmetricKeyRelationship Method
Returns an IModelSingleRelationship between this and the ISql100AsymmetricKey.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetAsymmetricKeyRelationship As IModelSingleRelationship(Of ISql100DatabaseEncryptionKey, ISql100AsymmetricKey)
IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey> GetAsymmetricKeyRelationship()
IModelSingleRelationship<ISql100DatabaseEncryptionKey^, ISql100AsymmetricKey^>^ GetAsymmetricKeyRelationship()
abstract GetAsymmetricKeyRelationship : unit -> IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey>
function GetAsymmetricKeyRelationship() : IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100DatabaseEncryptionKey, ISql100AsymmetricKey>
.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.