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