IndexedXmlPathCollection.Add Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| 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)
Parameter
- indexedXmlPath
- IndexedXmlPath
Gilt für:
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)
Parameter
- indexedXmlPath
- IndexedXmlPath
- insertAtPosition
- Int32
Gilt für:
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)
Parameter
- indexedXmlPath
- IndexedXmlPath
- insertAtColumnName
- String