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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.