Item-Eigenschaft (String)
Gets a Statistic object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As Statistic
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System. . :: . .String
A String value that specifies the name of the Statistic object in the StatisticCollection collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Statistic
A Statistic object value that represents the statistic counter.