ValidationError コンストラクター (IModelComponent, String)
ValidationError クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub New ( _
source As IModelComponent, _
error As String _
)
'使用
Dim source As IModelComponent
Dim error As String
Dim instance As New ValidationError(source, _
error)
public ValidationError(
IModelComponent source,
string error
)
public:
ValidationError(
IModelComponent^ source,
String^ error
)
new :
source:IModelComponent *
error:string -> ValidationError
public function ValidationError(
source : IModelComponent,
error : String
)
パラメーター
- source
型: Microsoft.AnalysisServices.IModelComponent
検証のソースです。
- error
型: System.String
検証エラーです。