Freigeben über


ISqlExtendedProperty.Host-Eigenschaft

Ruft das Objekt ab, für das die erweiterte Eigenschaft gilt, oder legt das Objekt fest.

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

Syntax

'Declaration
Property Host As ISqlExtendedPropertyHost
    Get
    Set
ISqlExtendedPropertyHost Host { get; set; }
property ISqlExtendedPropertyHost^ Host {
    ISqlExtendedPropertyHost^ get ();
    void set (ISqlExtendedPropertyHost^ value);
}
abstract Host : ISqlExtendedPropertyHost with get, set
function get Host () : ISqlExtendedPropertyHost
function set Host (value : ISqlExtendedPropertyHost)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.ISqlExtendedPropertyHost

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlExtendedProperty Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace