次の方法で共有


ValidationErrorCollection.Add メソッド (IModelComponent, String, Int32)

指定した IModelComponent 値、エラーの説明、およびエラー コードの ValidationError を作成し、コレクションの末尾に追加します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

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

パラメーター

戻り値

型: System.Int32
ValidationError の追加先である、0 から始まるインデックスです。

関連項目

参照

ValidationErrorCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間