DspQuery.ServerParameterInfo Property
NOTE: This API is now obsolete.
Gets or sets server parameter information in a query.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property ServerParameterInfo As ServerParameterInfo
Get
Set
'Usage
Dim instance As DspQuery
Dim value As ServerParameterInfo
value = instance.ServerParameterInfo
instance.ServerParameterInfo = value
[ObsoleteAttribute("Use the Lists web service instead.")]
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.