Share via


StsAdapter.dataRoot Property

Gets or sets the root of a particular data source.

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

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

See Also

Reference

StsAdapter Class

StsAdapter Members

websvcListDataRetrieval Namespace