共用方式為


DataRoot.root Property

Gets or sets a string that identifies the data root for a particular adapter instance.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property root As String
    Get
    Set
'Usage
Dim instance As DataRoot
Dim value As String

value = instance.root

instance.root = value
public string root { get; set; }

Property Value

Type: System.String
A string that specifies the data root. In the case of a Microsoft SQL Server adapter, this property contains the SQL Server name. In the case of a Microsoft Windows SharePoint Services adapter, this property contains the URL for the SharePoint site.

See Also

Reference

DataRoot Class

DataRoot Members

DspSts Web Service