Свойство StatisticColumnCollection.Item (String)
Gets a StatisticColumn object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As StatisticColumn
Get
'Применение
Dim instance As StatisticColumnCollection
Dim name As String
Dim value As StatisticColumn
value = instance(name)
public StatisticColumn this[
string name
] { get; }
public:
property StatisticColumn^ default[String^ name] {
StatisticColumn^ get (String^ name);
}
member Item : StatisticColumn
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
A String value that specifies the name of the StatisticColumn object in the StatisticColumnCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.StatisticColumn
A StatisticColumn object value that represents the statistic column.