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