Condividi tramite


Proprietà ISqlExtendedProperty.Host

Ottiene o imposta l'oggetto a cui viene applicata la proprietà estesa.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlExtendedProperty Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel