共用方式為


ValidationErrorCollection.Add 方法 (IModelComponent, String)

Creates and adds a ValidationError, with the specified IModelComponent value and error description, to the end of the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Add ( _
    source As IModelComponent, _
    error As String _
) As Integer
'用途
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

參數

傳回值

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

請參閱

參考

ValidationErrorCollection 類別

Add 多載

Microsoft.AnalysisServices 命名空間