Share via


XmlRead.GetFields Method

Adds the specified value of fields in the xml. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Shared Function GetFields ( _
    fields As String _
) As StringCollection
'Usage
Dim fields As String
Dim returnValue As StringCollection

returnValue = XmlRead.GetFields(fields)
protected static StringCollection GetFields(
    string fields
)
protected:
static StringCollection^ GetFields(
    String^ fields
)
static member GetFields : 
        fields:string -> StringCollection 
protected static function GetFields(
    fields : String
) : StringCollection

Parameters

Return Value

Type: System.Collections.Specialized.StringCollection
The fields to get.