ISql90AsymmetricKey.GetAssemblyRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Assembly.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace