Freigeben über


Item-Eigenschaft (String)

Gets a Condition 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 Condition
    Get
'Usage
Dim instance As ConditionCollection
Dim name As String
Dim value As Condition

value = instance(name)
public Condition this[
    string name
] { get; }
public:
property Condition^ default[String^ name] {
    Condition^ get (String^ name);
}
member Item : Condition
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftenwert

Typ: Microsoft.SqlServer.Management.Dmf. . :: . .Condition
A Condition object value that represents the condition 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.