Share via


ISql90SymmetricKey.GetEncryptionAsymmetricKeysRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90AsymmetricKey.

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

Syntax

'Declaration
Function GetEncryptionAsymmetricKeysRelationship As IModelMultiRelationship(Of ISql90SymmetricKey, ISql90AsymmetricKey)
IModelMultiRelationship<ISql90SymmetricKey, ISql90AsymmetricKey> GetEncryptionAsymmetricKeysRelationship()
IModelMultiRelationship<ISql90SymmetricKey^, ISql90AsymmetricKey^>^ GetEncryptionAsymmetricKeysRelationship()
abstract GetEncryptionAsymmetricKeysRelationship : unit -> IModelMultiRelationship<ISql90SymmetricKey, ISql90AsymmetricKey> 
function GetEncryptionAsymmetricKeysRelationship() : IModelMultiRelationship<ISql90SymmetricKey, ISql90AsymmetricKey>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90SymmetricKey, ISql90AsymmetricKey>

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace