Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a StatisticColumn object to the StatisticColumnCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
statisticColumn As StatisticColumn, _
insertAtColumnName As String _
)
'Usage
Dim instance As StatisticColumnCollection
Dim statisticColumn As StatisticColumn
Dim insertAtColumnName As String
instance.Add(statisticColumn, insertAtColumnName)
public void Add(
StatisticColumn statisticColumn,
string insertAtColumnName
)
public:
void Add(
StatisticColumn^ statisticColumn,
String^ insertAtColumnName
)
member Add :
statisticColumn:StatisticColumn *
insertAtColumnName:string -> unit
public function Add(
statisticColumn : StatisticColumn,
insertAtColumnName : String
)
Parameters
- statisticColumn
Type: Microsoft.SqlServer.Management.Smo.StatisticColumn
A StatisticColumn object value that is to be added into the StatisticColumnCollection object.
- insertAtColumnName
Type: System.String
A String value that specifies the name of the existing StatisticColumn object in the collection after which to insert the StatisticColumnCollection object.