不要直接在程式碼中參照此成員。其支援 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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- i
型別:System.Int32
The zero-based index of the object to get.
屬性值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.