StatisticCollection.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
)

参数

示例

使用集合

请参阅

参考

StatisticCollection 类

Microsoft.SqlServer.Management.Smo 命名空间