StatisticColumn Constructors

Definition

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

Applies to