Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- fields
Type: System.String
A string value for the fields.
Return Value
Type: System.Collections.Specialized.StringCollection
The fields to get.