ReadSimpleNodeWithCheck méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected Shared Function ReadSimpleNodeWithCheck ( _
xr As XmlReader, _
type As ExpressionNodeType, _
ParamArray elements As String() _
) As List(Of String)
'Utilisation
Dim xr As XmlReader
Dim type As ExpressionNodeType
Dim elements As String()
Dim returnValue As List(Of String)
returnValue = ExpressionNode.ReadSimpleNodeWithCheck(xr, _
type, elements)
protected static List<string> ReadSimpleNodeWithCheck(
XmlReader xr,
ExpressionNodeType type,
params string[] elements
)
protected:
static List<String^>^ ReadSimpleNodeWithCheck(
XmlReader^ xr,
ExpressionNodeType type,
... array<String^>^ elements
)
static member ReadSimpleNodeWithCheck :
xr:XmlReader *
type:ExpressionNodeType *
elements:string[] -> List<string>
protected static function ReadSimpleNodeWithCheck(
xr : XmlReader,
type : ExpressionNodeType,
... elements : String[]
) : List<String>
Paramètres
- xr
Type : System.Xml. . :: . .XmlReader
- elements
Type : array<System. . :: . .String> [] () [] []
Valeur de retour
Type : System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
Voir aussi