StatisticColumnCollection.Add Method (StatisticColumn, Int32)
SQL Server 2012
Adds a StatisticColumn object to the StatisticColumnCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
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.
