Share via


ISql90Signature.GetEncryptionMechanismRelationship Method

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

Syntax

'Declaration
Function GetEncryptionMechanismRelationship As IModelSingleRelationship(Of ISql90Signature, ISql90SignatureEncryptionMechanism)
'Usage
Dim instance As ISql90Signature 
Dim returnValue As IModelSingleRelationship(Of ISql90Signature, ISql90SignatureEncryptionMechanism)

returnValue = instance.GetEncryptionMechanismRelationship()
IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism> GetEncryptionMechanismRelationship()
IModelSingleRelationship<ISql90Signature^, ISql90SignatureEncryptionMechanism^>^ GetEncryptionMechanismRelationship()
function GetEncryptionMechanismRelationship() : IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Signature, ISql90SignatureEncryptionMechanism>

.NET Framework Security

See Also

Reference

ISql90Signature Interface

ISql90Signature Members

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