Compartir a través de


ISqlExtendedProperty.Host (Propiedad)

Obtiene o establece el objeto al que se aplica la propiedad extendida.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlExtendedProperty Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)