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.