Version

XmlaSoapMethod Class Members

The following tables list the members exposed by XmlaSoapMethod.

Protected Fields
 NameDescription
Protected FieldPropertiesConstantA value for Properties element of XMLA SOAP message.  
Protected FieldPropertyListConstantA value for PropertyList element of XMLA SOAP message.  
Public Properties
 NameDescription
Public PropertyHeadersGets a collection of the header elements applied to SOAP message.  
Public PropertyNameGets the name the method is identified with.  
Public PropertyParametersGets the collection of the additional parameters applied to Execute request.  
Public PropertyPropertiesGets the collection of the additional properties applied to Discover/Execute request.  
Protected Properties
 NameDescription
Protected PropertyHeadersListGets a collection of the header elements applied to SOAP message.  
Protected PropertyParametersListGets the collection of the additional parameters applied to Execute request.  
Public Methods
 NameDescription
Public MethodConstructPopulates the Parameters collection with the elements used to form Discover/Execute methods.  
Public MethodMergePropertiesMerges the Properties with all XmlaQueryProperty instances found in properties collection.  
See Also