Метод XmlReadRepeated.Next (String)
Retrieves a value that indicates the next step in the process. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function Next ( _
elemName As String _
) As Boolean
'Применение
Dim instance As XmlReadRepeated
Dim elemName As String
Dim returnValue As Boolean
returnValue = instance.Next(elemName)
public bool Next(
string elemName
)
public:
bool Next(
String^ elemName
)
member Next :
elemName:string -> bool
public function Next(
elemName : String
) : boolean
Параметры
- elemName
Тип: System.String
A string value of the element name.
Возвращаемое значение
Тип: System.Boolean
A value that indicates the next step in the process.