Share via


XmlRead.GetFields メソッド

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
    フィールドの文字列値です。

戻り値

型: System.Collections.Specialized.StringCollection
取得するフィールドです。

関連項目

参照

XmlRead クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間