GetFields 方法
Adds the specified value of fields in the xml. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Shared Function GetFields ( _
fields As String _
) As StringCollection
用法
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
参数
- fields
类型:System. . :: . .String
A string value for the fields.
返回值
类型:System.Collections.Specialized. . :: . .StringCollection
The fields to get.