ISql90SymmetricKey.GetEncryptionCertificateRelationship Method

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

Syntax

'Declaration
Function GetEncryptionCertificateRelationship As IModelSingleRelationship(Of ISql90SymmetricKey, ISql90Certificate)
'Usage
Dim instance As ISql90SymmetricKey
Dim returnValue As IModelSingleRelationship(Of ISql90SymmetricKey, ISql90Certificate)

returnValue = instance.GetEncryptionCertificateRelationship()
IModelSingleRelationship<ISql90SymmetricKey, ISql90Certificate> GetEncryptionCertificateRelationship()
IModelSingleRelationship<ISql90SymmetricKey^, ISql90Certificate^>^ GetEncryptionCertificateRelationship()
function GetEncryptionCertificateRelationship() : IModelSingleRelationship<ISql90SymmetricKey, ISql90Certificate>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90SymmetricKey, ISql90Certificate>

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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