IndexedXmlPathCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- indexedXmlPath
- IndexedXmlPath
Applies to
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)
Parameters
- indexedXmlPath
- IndexedXmlPath
- insertAtPosition
- Int32
Applies to
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)
Parameters
- indexedXmlPath
- IndexedXmlPath
- insertAtColumnName
- String