This topic has not yet been rated - Rate this topic

IndexedXmlPathNamespace Constructor (Index, String)

SQL Server 2012

Initializes a new instance of the IndexedXmlPathNamespace with the specified index and name class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public IndexedXmlPathNamespace(
	Index index,
	string name
)

Parameters

index
Type: Microsoft.SqlServer.Management.Smo.Index
The index.
name
Type: System.String
The name of the class.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.