共用方式為


Fields.AllFields Property

Gets or sets all columns included in the query.

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

Syntax

'Declaration
Public Property AllFields As AllFields
    Get
    Set
'Usage
Dim instance As Fields
Dim value As AllFields

value = instance.AllFields

instance.AllFields = value
public AllFields AllFields { get; set; }

Property Value

Type: [DspSts Web service].AllFields
A AllFields object that represents all the columns.

See Also

Reference

Fields Class

Fields Members

DspSts Web Service