Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Rename Partitions schema definition is as follows.
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sql="urn:schemas-microsoft-com:xml-sql"> <xs:element> <xs:complexType> <xs:sequence> <xs:element type="row" /> </xs:sequence> </xs:complexType> </xs:element> <xs:complexType name="row"> <xs:sequence> <xs:element name="ID" type="xs:unsignedLong" sql:field="ID" minOccurs="0" /> <xs:element name="ID.Table" type="xs:string" sql:field="ID.Table" minOccurs="0" /> <xs:element name="ID.Partition" type="xs:string" sql:field="ID.Partition" minOccurs="0" /> <xs:element name="Name" type="xs:string" sql:field="Name" minOccurs="0" /> </xs:sequence> </xs:complexType> </xs:schema>
Element |
---|
ID |
ID.Table |
ID.Partition |
Name |