Share via


ISql90SymmetricKey.GetEncryptionSymmetricKeysRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90SymmetricKey.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace