Share via


ISql90SymmetricKey.GetEncryptionPasswordsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90SymmetricKeyEncryptionPassword.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace