Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the columns to add for the ALTER FULLTEXT INDEX statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of FullTextIndexColumn)
Get
'Usage
Dim instance As AddAlterFullTextIndexAction
Dim value As IList(Of FullTextIndexColumn)
value = instance.Columns
public IList<FullTextIndexColumn> Columns { get; }
public:
property IList<FullTextIndexColumn^>^ Columns {
IList<FullTextIndexColumn^>^ get ();
}
member Columns : IList<FullTextIndexColumn>
function get Columns () : IList<FullTextIndexColumn>
Property Value
Type: System.Collections.Generic.IList<FullTextIndexColumn>
The columns to add for the ALTER FULLTEXT INDEX statement.