共用方式為


StatisticColumn 建構函式 (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 (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    statistic As Statistic, _
    name As String _
)
'用途
Dim statistic As Statistic 
Dim name As String 

Dim instance As New StatisticColumn(statistic, _
    name)
public StatisticColumn(
    Statistic statistic,
    string name
)
public:
StatisticColumn(
    Statistic^ statistic, 
    String^ name
)
new : 
        statistic:Statistic * 
        name:string -> StatisticColumn
public function StatisticColumn(
    statistic : Statistic, 
    name : String
)

參數

範例

建立和更新統計資料

請參閱

參考

StatisticColumn 類別

StatisticColumn 多載

Microsoft.SqlServer.Management.Smo 命名空間