Поделиться через


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

See Also

Reference

ISql90Signature Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace