Freigeben über


XmlRead.GetFields-Methode

Adds the specified value of fields in the xml. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

XmlRead Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace