Método Next (String)
Retrieves a value that indicates the next step in the process. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function Next ( _
elemName As String _
) As Boolean
'Uso
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
Parâmetros
- elemName
Tipo: System. . :: . .String
A string value of the element name.
Valor de retorno
Tipo: System. . :: . .Boolean
A value that indicates the next step in the process.
Consulte também