Item プロパティ
指定したインデックスにある TraceColumn を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As TraceColumn
Get
'使用
Dim instance As TraceColumnCollection
Dim index As Integer
Dim value As TraceColumn
value = instance(index)
public TraceColumn this[
int index
] { get; }
public:
property TraceColumn default[int index] {
TraceColumn get (int index);
}
member Item : TraceColumn
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
取得する TraceColumn の 0 から始まるインデックスです。
プロパティ値
型: Microsoft.AnalysisServices. . :: . .TraceColumn
指定したインデックスにある TraceColumn です。