ExpressionNode.ReadWithCheck 方法
Reads the expression node using the XML Reader.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Protected Shared Sub ReadWithCheck ( _
xr As XmlReader, _
nodeType As XmlNodeType, _
name As String _
)
'用途
Dim xr As XmlReader
Dim nodeType As XmlNodeType
Dim name As String
ExpressionNode.ReadWithCheck(xr, nodeType, _
name)
protected static void ReadWithCheck(
XmlReader xr,
XmlNodeType nodeType,
string name
)
protected:
static void ReadWithCheck(
XmlReader^ xr,
XmlNodeType nodeType,
String^ name
)
static member ReadWithCheck :
xr:XmlReader *
nodeType:XmlNodeType *
name:string -> unit
protected static function ReadWithCheck(
xr : XmlReader,
nodeType : XmlNodeType,
name : String
)
參數
- xr
型別:System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the expression node.
- nodeType
型別:System.Xml.XmlNodeType
A XmlNodeType value that specifies the type of node.
- name
型別:System.String
A String value that contains the name of the object to read.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。