Proprietà Item (Int32)
Gets the FullTextStopList object at the specified index from the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As FullTextStopList
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
The zero-based index of the FullTextStopList object to return.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
The FullTextStopList object at the specified index from the collection.
Vedere anche