This topic has not yet been rated - Rate this topic

StatisticColumnCollection.Remove Method (StatisticColumn)

Removes a StatisticColumn object from the StatisticColumnCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Remove(
	StatisticColumn statisticColumn
)

Parameters

statisticColumn
Type: Microsoft.SqlServer.Management.Smo.StatisticColumn
A StatisticColumn object value that specifies the statistic counter column to be removed from the StatisticColumnCollection object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.