Dela via


ISql90SymmetricKey.GetEncryptionPasswordsRelationship Method

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

Syntax

'Declaration
Function GetEncryptionPasswordsRelationship As IModelMultiRelationship(Of ISql90SymmetricKey, ISql90SymmetricKeyEncryptionPassword)
'Usage
Dim instance As ISql90SymmetricKey 
Dim returnValue As IModelMultiRelationship(Of ISql90SymmetricKey, ISql90SymmetricKeyEncryptionPassword)

returnValue = instance.GetEncryptionPasswordsRelationship()
IModelMultiRelationship<ISql90SymmetricKey, ISql90SymmetricKeyEncryptionPassword> GetEncryptionPasswordsRelationship()
IModelMultiRelationship<ISql90SymmetricKey^, ISql90SymmetricKeyEncryptionPassword^>^ GetEncryptionPasswordsRelationship()
function GetEncryptionPasswordsRelationship() : IModelMultiRelationship<ISql90SymmetricKey, ISql90SymmetricKeyEncryptionPassword>

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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