Proprietà ObjectSetCollection.Item (String)
Gets a ObjectSet object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As ObjectSet
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A String value that specifies the name of the ObjectSet object in the ObjectSetCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet object value that represents the object set that has the specified name.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.