Item propriété (Int32)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As FullTextStopList
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList