Sprache

StatisticColumn Konstruktoren

Definition

Überlädt

StatisticColumn()

public StatisticColumn();
Public Sub New ()

Gilt für:

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)

Parameter

statistic
Statistic
name
String

Gilt für: