Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- fields
Typ: System.String
A string value for the fields.
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
The fields to get.