This topic has not yet been rated - Rate this topic

Statistic Constructor (SqlSmoObject, String)

Initializes a new instance of the Statistic class on the specified parent object and with the specified name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public Statistic(
	SqlSmoObject parent,
	string name
)

Parameters

parent
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object value that is the parent of the Statistic object.
name
Type: System.String
A String value that specifies the name of the Statistic object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.