IndexedXmlPathCollection.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Add(IndexedXmlPath) | |
| Add(IndexedXmlPath, Int32) | |
| Add(IndexedXmlPath, String) |
Add(IndexedXmlPath)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath)
Paramètres
- indexedXmlPath
- IndexedXmlPath
S’applique à
Add(IndexedXmlPath, Int32)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath, int insertAtPosition);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath * int -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath, insertAtPosition As Integer)
Paramètres
- indexedXmlPath
- IndexedXmlPath
- insertAtPosition
- Int32
S’applique à
Add(IndexedXmlPath, String)
public void Add(Microsoft.SqlServer.Management.Smo.IndexedXmlPath indexedXmlPath, string insertAtColumnName);
member this.Add : Microsoft.SqlServer.Management.Smo.IndexedXmlPath * string -> unit
Public Sub Add (indexedXmlPath As IndexedXmlPath, insertAtColumnName As String)
Paramètres
- indexedXmlPath
- IndexedXmlPath
- insertAtColumnName
- String