Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the IndexedXmlPath class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
index As Index, _
name As String _
)
'Usage
Dim index As Index
Dim name As String
Dim instance As New IndexedXmlPath(index, name)
public IndexedXmlPath(
Index index,
string name
)
public:
IndexedXmlPath(
Index^ index,
String^ name
)
new :
index:Index *
name:string -> IndexedXmlPath
public function IndexedXmlPath(
index : Index,
name : String
)
Parameters
- index
Type: Microsoft.SqlServer.Management.Smo.Index
The parent of the indexed XML path.
- name
Type: System.String
The name of the indexed XML path.