Share via


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

See Also

Reference

ISqlFullTextIndex Interface

IndexedObject Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace