Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(FullTextIndexColumn))> _
Public ReadOnly Property IndexedColumns As FullTextIndexColumnCollection
Get
'Usage
Dim instance As FullTextIndex
Dim value As FullTextIndexColumnCollection
value = instance.IndexedColumns
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(FullTextIndexColumn))]
public FullTextIndexColumnCollection IndexedColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny,
typeof(FullTextIndexColumn))]
public:
property FullTextIndexColumnCollection^ IndexedColumns {
FullTextIndexColumnCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny,
typeof(FullTextIndexColumn))>]
member IndexedColumns : FullTextIndexColumnCollection
function get IndexedColumns () : FullTextIndexColumnCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
A FullTextIndexColumnCollection object that represents all the full-text indexed columns defined on the full-text index.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace