Statistic Constructors

Definition

Overloads

Statistic()
Statistic(SqlSmoObject, String)

Statistic()

public Statistic ();
Public Sub New ()

Applies to

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)

Parameters

parent
SqlSmoObject
name
String

Applies to