Propriété Item (String)

Gets a ObjectSet object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ObjectSet
    Get
'Utilisation
Dim instance As ObjectSetCollection
Dim name As String
Dim value As ObjectSet

value = instance(name)
public ObjectSet this[
    string name
] { get; }
public:
property ObjectSet^ default[String^ name] {
    ObjectSet^ get (String^ name);
}
member Item : ObjectSet
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf. . :: . .ObjectSet
An ObjectSet object value that represents the object set that has the specified name.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.