Поделиться через


StatisticColumn Constructor (Statistic, String)

Initializes a new instance of the StatisticColumn class for the specified statistic counter and with the specified name.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    statistic As Statistic, _
    name As String _
)
public StatisticColumn (
    Statistic statistic,
    string name
)
public:
StatisticColumn (
    Statistic^ statistic, 
    String^ name
)
public StatisticColumn (
    Statistic statistic, 
    String name
)
public function StatisticColumn (
    statistic : Statistic, 
    name : String
)

Параметры

  • statistic
    A Statistic object that specifies the statistic counter on which the statistic column is defined.
  • name
    A String value that specifies the name of the column.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Create and Update Statistics in Visual Basic .NET

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

StatisticColumn Class
StatisticColumn Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Creating and Updating Statistics