Add メソッド (IModelComponent, String)
指定した IModelComponent 値およびエラーの説明の ValidationError を作成し、コレクションの末尾に追加します。
名前空間: 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
パラメーター
- source
型: Microsoft.AnalysisServices. . :: . .IModelComponent
追加する ValidationError の IModelComponent 値です。
- error
型: System. . :: . .String
追加する ValidationError のエラーの説明です。
戻り値
型: System. . :: . .Int32
ValidationError の追加先である、0 から始まるインデックスです。