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