Compartir a través de


Add Método (ValidationError)

Adds a ValidationError to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    item As ValidationError _
) As Integer
'Uso
Dim instance As ValidationErrorCollection
Dim item As ValidationError
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    ValidationError item
)
public:
int Add(
    ValidationError^ item
)
member Add : 
        item:ValidationError -> int 
public function Add(
    item : ValidationError
) : int

Valor devuelto

Tipo: System. . :: . .Int32
The zero-based index at which the ValidationError has been added.