Freigeben über


ConditionedSqlList.Item-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the ConditionedSql object at the specified index.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    i As Integer _
) As ConditionedSql 
    Get
'Usage
Dim instance As ConditionedSqlList 
Dim i As Integer 
Dim value As ConditionedSql 

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

Parameter

  • i
    Typ: System.Int32
    The zero-based index of the object to get.

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.

Siehe auch

Verweis

ConditionedSqlList Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace