Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the FullTextStopList object to return.
Property Value
Type: Microsoft.SqlServer.Management.Smo.FullTextStopList
The FullTextStopList object at the specified index from the collection.