ISql90Signature.GetEncryptionMechanismRelationship Method
Returns an IModelSingleRelationship between this and the associated ISql90SignatureEncryptionMechanism.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetEncryptionMechanismRelationship As IModelSingleRelationship(Of ISql90Signature, ISql90SignatureEncryptionMechanism)
IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism> GetEncryptionMechanismRelationship()
IModelSingleRelationship<ISql90Signature^, ISql90SignatureEncryptionMechanism^>^ GetEncryptionMechanismRelationship()
abstract GetEncryptionMechanismRelationship : unit -> IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism>
function GetEncryptionMechanismRelationship() : IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism>
.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.