Share via


ISql90User.GetAsymmetricKeyRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90AsymmetricKey.

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

Syntax

'Declaration
Function GetAsymmetricKeyRelationship As IModelSingleRelationship(Of ISql90User, ISql90AsymmetricKey)
IModelSingleRelationship<ISql90User, ISql90AsymmetricKey> GetAsymmetricKeyRelationship()
IModelSingleRelationship<ISql90User^, ISql90AsymmetricKey^>^ GetAsymmetricKeyRelationship()
abstract GetAsymmetricKeyRelationship : unit -> IModelSingleRelationship<ISql90User, ISql90AsymmetricKey> 
function GetAsymmetricKeyRelationship() : IModelSingleRelationship<ISql90User, ISql90AsymmetricKey>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90User, ISql90AsymmetricKey>

.NET Framework Security

See Also

Reference

ISql90User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace