Add 메서드
Adds a Statistic object to the StatisticCollection collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
statistic As Statistic _
)
‘사용 방법
Dim instance As StatisticCollection
Dim statistic As Statistic
instance.Add(statistic)
public void Add(
Statistic statistic
)
public:
void Add(
Statistic^ statistic
)
member Add :
statistic:Statistic -> unit
public function Add(
statistic : Statistic
)
매개 변수
- statistic
유형: Microsoft.SqlServer.Management.Smo. . :: . .Statistic
A Statistic object value that specifies the statistic counter to be removed from the StatisticCollection collection.