Dela via


ISqlFullTextIndex.IndexedObject Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IndexedObject As ISqlFulltextIndexedObject
'Usage
Dim instance As ISqlFullTextIndex 
Dim value As ISqlFulltextIndexedObject 

value = instance.IndexedObject

instance.IndexedObject = value
ISqlFulltextIndexedObject IndexedObject { get; set; }
property ISqlFulltextIndexedObject^ IndexedObject {
    ISqlFulltextIndexedObject^ get ();
    void set (ISqlFulltextIndexedObject^ value);
}
function get IndexedObject () : ISqlFulltextIndexedObject 
function set IndexedObject (value : ISqlFulltextIndexedObject)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlFulltextIndexedObject

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

ISqlFullTextIndex Members

IndexedObject Overload

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace