共用方式為


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.

請參閱

參考

XmlReadRepeated 類別

Next 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間