ISqlFullTextIndex.IndexedObject Property
Gets or sets the object that is covered by the index.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IndexedObject As ISqlFulltextIndexedObject
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)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlFulltextIndexedObject
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.