Item 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets the ConditionedSql object at the specified index.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    i As Integer _
) As ConditionedSql
    Get
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

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