Dela via


ISqlFulltextIndexedObject.FullTextIndex Property

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

Syntax

'Declaration
ReadOnly Property FullTextIndex As IList(Of ISqlFullTextIndex)
'Usage
Dim instance As ISqlFulltextIndexedObject 
Dim value As IList(Of ISqlFullTextIndex)

value = instance.FullTextIndex
IList<ISqlFullTextIndex> FullTextIndex { get; }
property IList<ISqlFullTextIndex^>^ FullTextIndex {
    IList<ISqlFullTextIndex^>^ get ();
}
function get FullTextIndex () : IList<ISqlFullTextIndex>

Property Value

Type: System.Collections.Generic.IList<ISqlFullTextIndex>

.NET Framework Security

See Also

Reference

ISqlFulltextIndexedObject Interface

ISqlFulltextIndexedObject Members

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