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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function SelectNextElement ( _
reader As XmlTextReader _
) As Boolean
'Usage
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.SelectNextElement(reader)
public static bool SelectNextElement(
XmlTextReader reader
)
public:
static bool SelectNextElement(
XmlTextReader^ reader
)
static member SelectNextElement :
reader:XmlTextReader -> bool
public static function SelectNextElement(
reader : XmlTextReader
) : boolean
Parameters
- reader
Type: System.Xml.XmlTextReader
The text reader to use.
Return Value
Type: System.Boolean
true to select the next element; otherwise, false.