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 an IndexedColumn object at a specified index position in the IndexedColumnCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
indexedColumn As IndexedColumn, _
insertAtPosition As Integer _
)
'Usage
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
Dim insertAtPosition As Integer
instance.Add(indexedColumn, insertAtPosition)
public void Add(
IndexedColumn indexedColumn,
int insertAtPosition
)
public:
void Add(
IndexedColumn^ indexedColumn,
int insertAtPosition
)
member Add :
indexedColumn:IndexedColumn *
insertAtPosition:int -> unit
public function Add(
indexedColumn : IndexedColumn,
insertAtPosition : int
)
Parameters
- indexedColumn
Type: Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection column collection.
- insertAtPosition
Type: System.Int32
An Int32 value that specifies the index position of the IndexedColumnCollection collection.