ISqlExtendedProperty.GetHostRelationship Method

Gets an extended property host relationship.

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

Syntax

'Declaration
Function GetHostRelationship As IModelSingleRelationship(Of ISqlExtendedProperty, IExtendedPropertyHost)
'Usage
Dim instance As ISqlExtendedProperty
Dim returnValue As IModelSingleRelationship(Of ISqlExtendedProperty, IExtendedPropertyHost)

returnValue = instance.GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost> GetHostRelationship()
IModelSingleRelationship<ISqlExtendedProperty^, IExtendedPropertyHost^>^ GetHostRelationship()
function GetHostRelationship() : IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost>
abstract GetHostRelationship : unit -> IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlExtendedProperty, IExtendedPropertyHost>
Returns a IModelSingleRelationship<TRelating, TRelated> container.

.NET Framework Security

See Also

Reference

ISqlExtendedProperty Interface

ISqlExtendedProperty Members

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