Freigeben über


ObjectSetCollection.Item-Eigenschaft (String)

Gets a ObjectSet object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As ObjectSet 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ObjectSetCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace