Proprietà ISqlIndex.IndexedObject
Ottiene o imposta l'oggetto indicizzato.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property IndexedObject As ISqlColumnSource
Get
Set
ISqlColumnSource IndexedObject { get; set; }
property ISqlColumnSource^ IndexedObject {
ISqlColumnSource^ get ();
void set (ISqlColumnSource^ value);
}
abstract IndexedObject : ISqlColumnSource with get, set
function get IndexedObject () : ISqlColumnSource
function set IndexedObject (value : ISqlColumnSource)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource
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.