Share via


PTQuery.Any Property

Gets or sets a placeholder where the content of the pass-through query is specified.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property Any As XmlElement()
    Get
    Set
'Usage
Dim instance As PTQuery
Dim value As XmlElement()

value = instance.Any

instance.Any = value
public XmlElement[] Any { get; set; }

Property Value

Type: []
A System.Xml.XmlNode array whose structure each adapter defines.

Remarks

The content of a pass-through query is adapter dependent.

See Also

Reference

PTQuery Class

PTQuery Members

DspSts Web Service