Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the server parameters required by the data source in the query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property ServerParameters As ServerParameter()
Get
Set
'Usage
Dim instance As DspQuery
Dim value As ServerParameter()
value = instance.ServerParameters
instance.ServerParameters = value
public ServerParameter[] ServerParameters { get; set; }
Property Value
Type: []
A ServerParameter array that contains the server parameters.