Share via


ISqlExtendedProperty.GetHostRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlExtendedPropertyHost.

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

Syntax

'Declaration
Function GetHostRelationship As IModelSingleRelationship(Of ISqlExtendedProperty, ISqlExtendedPropertyHost)
IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost> GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty^, ISqlExtendedPropertyHost^>^ GetHostRelationship()
abstract GetHostRelationship : unit -> IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost> 
function GetHostRelationship() : IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlExtendedProperty, ISqlExtendedPropertyHost>

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace