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