Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Adds an Index object to the IndexCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
index As Index _
)
'Usage
Dim instance As IndexCollection
Dim index As Index
instance.Add(index)
public void Add(
Index index
)
public:
void Add(
Index^ index
)
member Add :
index:Index -> unit
public function Add(
index : Index
)
Parameters
- index
Type: Microsoft.SqlServer.Management.Smo.Index
An Index object value that is to be added into the IndexCollection collection.