StatisticColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StatisticColumn() | |
StatisticColumn(Statistic, String) |
StatisticColumn()
public StatisticColumn ();
Public Sub New ()
Applies to
StatisticColumn(Statistic, String)
public StatisticColumn (Microsoft.SqlServer.Management.Smo.Statistic statistic, string name);
new Microsoft.SqlServer.Management.Smo.StatisticColumn : Microsoft.SqlServer.Management.Smo.Statistic * string -> Microsoft.SqlServer.Management.Smo.StatisticColumn
Public Sub New (statistic As Statistic, name As String)
Parameters
- statistic
- Statistic
- name
- String