3.1.4.16.3.1 RefreshLinkedTableInformationParameters
Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService
Specifies information that identifies the linked table ([MS-AXL2] section 2.1.1.6) about which the protocol client is requesting information.
-
<xs:complexType name="RefreshLinkedTableInformationParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexContent mixed="false"> <xs:extension base="tns:ServiceParameters"> <xs:attribute name="ProtocolVersion" type="xs:string"/> <xs:attribute name="ID" type="xs:int" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
ProtocolVersion: An Access Services Protocol Version token ([MS-ASDT] section 3.1.1.1). MUST be the same value that the protocol server returns from a call to GetApplicationInformation (section 3.1.4.4) in the ProtocolVersion element of the GetAppInfoResult (section 3.1.4.4.3.2). MUST be present.
ID: An int ([XMLSCHEMA2] section 3.3.17) attribute that specifies the identifier of the linked table ([MS-AXL2] section 2.1.1.6) to be retrieved. ID MUST be the same value as the ID attribute of one of the AccessObject elements with ObjectType as "LinkedTable" that would be returned from a call to GetApplicationInformation message (section 3.1.4.4) in the NewObjects or UpdatedObjects elements of the GetAppInfoResult element.