Метод 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.