IndexedXmlPathNamespace Constructors
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
IndexedXmlPathNamespace() | |
IndexedXmlPathNamespace(Index, String) |
IndexedXmlPathNamespace()
public IndexedXmlPathNamespace ();
Public Sub New ()
Applies to
IndexedXmlPathNamespace(Index, String)
public IndexedXmlPathNamespace (Microsoft.SqlServer.Management.Smo.Index index, string name);
new Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace : Microsoft.SqlServer.Management.Smo.Index * string -> Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
Public Sub New (index As Index, name As String)
Parameters
- index
- Index
- name
- String