ExpressionNode.ReadElementWithCheck 메서드
Reads a named serialized element using the XML Reader and returns the value.
네임스페이스: 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
An XmlReader object value that specifies the XML reader used to read the specified object.
- name
유형: System.String
A String value that contains the name of the object to read.
반환 값
유형: System.String
A String value that contains the value with the specified name.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.