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