Construtor IndexedXmlPathNamespace (Index, String)
Initializes a new instance of the IndexedXmlPathNamespace with the specified index and name class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
index As Index, _
name As String _
)
'Uso
Dim index As Index
Dim name As String
Dim instance As New IndexedXmlPathNamespace(index, name)
public IndexedXmlPathNamespace(
Index index,
string name
)
public:
IndexedXmlPathNamespace(
Index^ index,
String^ name
)
new :
index:Index *
name:string -> IndexedXmlPathNamespace
public function IndexedXmlPathNamespace(
index : Index,
name : String
)
Parâmetros
- index
Tipo: Microsoft.SqlServer.Management.Smo.Index
The index.
- name
Tipo: System.String
The name of the class.
Consulte também
Referência
IndexedXmlPathNamespace Classe