xSQL Schema Compare SDK for SQL Server version 12
XmlIndexPath Constructor


A unique id for the index path.
The path name.
The selective xml index to which the path belongs.
Initializes a new instance of the XmlIndexPath class with the specified id, name and parent xml index.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal pathName As System.String, _
   ByVal index As SqlXmlIndex _
)
public XmlIndexPath( 
   System.int id,
   System.string pathName,
   SqlXmlIndex index
)
public: XmlIndexPath( 
   System.int id,
   System.string* pathName,
   SqlXmlIndex* index
)

Parameters

id
A unique id for the index path.
pathName
The path name.
index
The selective xml index to which the path belongs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlIndexPath Class
XmlIndexPath Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback