Statistic 构造函数

定义

重载

Statistic()

public Statistic();
Public Sub New ()

适用于

Statistic(SqlSmoObject, String)

public Statistic(Microsoft.SqlServer.Management.Smo.SqlSmoObject parent, string name);
new Microsoft.SqlServer.Management.Smo.Statistic : Microsoft.SqlServer.Management.Smo.SqlSmoObject * string -> Microsoft.SqlServer.Management.Smo.Statistic
Public Sub New (parent As SqlSmoObject, name As String)

参数

parent
SqlSmoObject
name
String

适用于