ExpressionNode.ReadElementWithCheck メソッド
XML リーダーを使用して名前付きのシリアル化された要素を読み取り、値を返します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Protected Shared Function ReadElementWithCheck ( _
xr As XmlReader, _
name As String _
) As String
'使用
Dim xr As XmlReader
Dim name As String
Dim returnValue As String
returnValue = ExpressionNode.ReadElementWithCheck(xr, _
name)
protected static string ReadElementWithCheck(
XmlReader xr,
string name
)
protected:
static String^ ReadElementWithCheck(
XmlReader^ xr,
String^ name
)
static member ReadElementWithCheck :
xr:XmlReader *
name:string -> string
protected static function ReadElementWithCheck(
xr : XmlReader,
name : String
) : String
パラメーター
- xr
型: System.Xml.XmlReader
指定したオブジェクトを読み取るために使用する XML リーダーを示す XmlReader オブジェクト値です。
- name
型: System.String
読み取るオブジェクトの名前を含む String 値です。
戻り値
型: System.String
指定した名前を持つ値を含む String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。