次の方法で共有


ConditionedSqlList.Item プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。指定したインデックス位置の ConditionedSql オブジェクトを取得します。

名前空間:  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
    取得するオブジェクトの 0 から始まるインデックスです。

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
指定したインデックスにある ConditionedSql オブジェクトです。

関連項目

参照

ConditionedSqlList クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間