IndexedXmlPathCollection.Add Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| 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)
Parametri
- indexedXmlPath
- IndexedXmlPath
Si applica a
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)
Parametri
- indexedXmlPath
- IndexedXmlPath
- insertAtPosition
- Int32
Si applica a
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)
Parametri
- indexedXmlPath
- IndexedXmlPath
- insertAtColumnName
- String