Freigeben über


ISqlExtendedProperty.GetHostRelationship-Methode

Gibt eine IModelSingleRelationship zwischen this und dem zugeordneten ISqlExtendedPropertyHost zurück.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlExtendedProperty Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace