StsAdapter.dataRoot Property
Gets or sets the root of a particular data source.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property dataRoot As DataRoot
Get
Set
'Usage
Dim instance As StsAdapter
Dim value As DataRoot
value = instance.dataRoot
instance.dataRoot = value
public DataRoot dataRoot { get; set; }
Property Value
Type: [DspSts Web service].DataRoot
A DataRoot object that represents the root of the data source. The root format can be one of the following three forms: a server name, a UNC share, or a URL. When query execution finishes, the adapter resets this property to a null reference (Nothing in Visual Basic).
Remarks
The DataRoot property corresponds to the <dsp:dataRoot> SOAP header.