言語

StatisticColumn コンストラクター

定義

オーバーロード

StatisticColumn()

public StatisticColumn();
Public Sub New ()

適用対象

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)

パラメーター

statistic
Statistic
name
String

適用対象