Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Reads the expression node using the XML Reader.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Shared Sub ReadWithCheck ( _
xr As XmlReader, _
nodeType As XmlNodeType, _
name As String _
)
'Usage
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
)
Parameters
- xr
Type: System.Xml.XmlReader
An XmlReader object value that specifies the XML reader used to read the expression node.
- nodeType
Type: System.Xml.XmlNodeType
A XmlNodeType value that specifies the type of node.
- name
Type: System.String
A String value that contains the name of the object to read.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.