This topic has not yet been rated - Rate this topic

StatisticColumnCollection.Add Method (StatisticColumn, Int32)

Adds a StatisticColumn object to the StatisticColumnCollection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Add(
	StatisticColumn statisticColumn,
	int insertAtPosition
)

Parameters

statisticColumn
Type: Microsoft.SqlServer.Management.Smo.StatisticColumn
A StatisticColumn object value that is to be added into the StatisticColumnCollection object.
insertAtPosition
Type: System.Int32
An Int32 value that specifies the index position to insert the StatisticColumn object into the StatisticColumnCollection object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.