Add Método (IModelComponent, String, Int32)
Creates and adds a ValidationError, with the specified IModelComponent value, error description, and error code, to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
source As IModelComponent, _
error As String, _
errorCode As Integer _
) As Integer
'Uso
Dim instance As ValidationErrorCollection
Dim source As IModelComponent
Dim error As String
Dim errorCode As Integer
Dim returnValue As Integer
returnValue = instance.Add(source, error, _
errorCode)
public int Add(
IModelComponent source,
string error,
int errorCode
)
public:
int Add(
IModelComponent^ source,
String^ error,
int errorCode
)
member Add :
source:IModelComponent *
error:string *
errorCode:int -> int
public function Add(
source : IModelComponent,
error : String,
errorCode : int
) : int
Parámetros
- source
Tipo: Microsoft.AnalysisServices. . :: . .IModelComponent
The IModelComponent value of the ValidationError to add.
- error
Tipo: System. . :: . .String
The error description of the ValidationError to add.
- errorCode
Tipo: System. . :: . .Int32
The error code of the ValidationError to add.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index at which the ValidationError has been added.