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