XmlUtility.SelectNextElement メソッド (XmlTextReader, String)
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Shared Function SelectNextElement ( _
reader As XmlTextReader, _
strName As String _
) As Boolean
'使用
Dim reader As XmlTextReader
Dim strName As String
Dim returnValue As Boolean
returnValue = XmlUtility.SelectNextElement(reader, _
strName)
public static bool SelectNextElement(
XmlTextReader reader,
string strName
)
public:
static bool SelectNextElement(
XmlTextReader^ reader,
String^ strName
)
static member SelectNextElement :
reader:XmlTextReader *
strName:string -> bool
public static function SelectNextElement(
reader : XmlTextReader,
strName : String
) : boolean
パラメーター
- reader
型: System.Xml.XmlTextReader
使用するテキスト リーダーです。
- strName
型: System.String
文字列名を表す文字列です。
戻り値
型: System.Boolean
次の要素を名前で選択する場合は true、それ以外の場合は false です。