Item propriété (String)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As FullTextStopList
Get
'Utilisation
Dim instance As FullTextStopListCollection
Dim name As String
Dim value As FullTextStopList
value = instance(name)
public FullTextStopList this[
string name
] { get; }
public:
property FullTextStopList^ default[String^ name] {
FullTextStopList^ get (String^ name);
}
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
- name
Type : System. . :: . .String
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList