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
- 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.