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 네임스페이스