Next Método (String)
Retrieves a value that indicates the next step in the process. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .Boolean
A value that indicates the next step in the process.
Vea también