Metodo ValidationErrorCollection.Add (IModelComponent, String)
Creates and adds a ValidationError, with the specified IModelComponent value and error description, to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
source As IModelComponent, _
error As String _
) As Integer
'Utilizzo
Dim instance As ValidationErrorCollection
Dim source As IModelComponent
Dim error As String
Dim returnValue As Integer
returnValue = instance.Add(source, error)
public int Add(
IModelComponent source,
string error
)
public:
int Add(
IModelComponent^ source,
String^ error
)
member Add :
source:IModelComponent *
error:string -> int
public function Add(
source : IModelComponent,
error : String
) : int
Parametri
- 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.
Valore restituito
Tipo: System.Int32
The zero-based index at which the ValidationError has been added.