DspQuery.ServerParameterInfo Property

Gets or sets server parameter information in a query.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property ServerParameterInfo As ServerParameterInfo
    Get
    Set

Dim instance As DspQuery
Dim value As ServerParameterInfo

value = instance.ServerParameterInfo

instance.ServerParameterInfo = value
public ServerParameterInfo ServerParameterInfo { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.ServerParameterInfo
A [Microsoft.SharePoint.Dsp.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, in which case the result will contain parameter information. To execute a query that only returns data, do not set the ServerParameterInfo property.

See Also

Reference

DspQuery Class

DspQuery Members

Microsoft.SharePoint.Dsp Namespace