FullTextIndex.IndexedColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn))]
public Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection IndexedColumns { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.FullTextIndexColumn))>]
member this.IndexedColumns : Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
Public ReadOnly Property IndexedColumns As FullTextIndexColumnCollection
Property Value
- Attributes