DspQuery.ServerParameterInfo Property
Gets or sets server parameter information in a query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property ServerParameterInfo As ServerParameterInfo
Get
Set
'Usage
Dim instance As DspQuery
Dim value As ServerParameterInfo
value = instance.ServerParameterInfo
instance.ServerParameterInfo = value
public ServerParameterInfo ServerParameterInfo { get; set; }
Property Value
Type: [DspSts Web service].ServerParameterInfo
A ServerParameterInfo object that contains the server parameter information.
Remarks
To return the server parameters that are needed to query a particular data source (for example, a SQL function), set only the ServerParameterInfo property of the DspQuery object and call the Query method; the result contains parameter information. To execute a query that returns only data, do not set the ServerParameterInfo property.