FullTextStopListCollection.Item-Eigenschaft (Int32)
Gets the FullTextStopList object at the specified index from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As FullTextStopList
Get
'Usage
Dim instance As FullTextStopListCollection
Dim index As Integer
Dim value As FullTextStopList
value = instance(index)
public FullTextStopList this[
int index
] { get; }
public:
property FullTextStopList^ default[int index] {
FullTextStopList^ get (int index);
}
member Item : FullTextStopList
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System.Int32
The zero-based index of the FullTextStopList object to return.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.FullTextStopList
The FullTextStopList object at the specified index from the collection.