FullTextIndexColumnCollection Class
SQL Server 2005
The FullTextIndexColumnCollection class represents a collection of FullTextIndexColumn objects that represent all the full-text index columns defined on the parent object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
[DefaultMemberAttribute("Item")] public sealed class FullTextIndexColumnCollection : SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public final class FullTextIndexColumnCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") public final class FullTextIndexColumnCollection extends SimpleObjectCollectionBase
A FullTextIndexColumnCollection object can be used to gain access to a set of full-text index columns. You can use the Item property to return a specific FullTextIndexColumnCollection object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
