Share via


DspQuery.ServerParameterInfo property

Gets or sets server parameter information in a query.

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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: WebSvcDspSts.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.

See also

Reference

DspQuery class

DspQuery members

WebSvcDspSts namespace