ValidationError Constructor (IModelComponent, String, Int32)
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
Public Sub New ( _
source As IModelComponent, _
error As String, _
errorCode As Integer _
)
public ValidationError (
IModelComponent source,
string error,
int errorCode
)
public:
ValidationError (
IModelComponent^ source,
String^ error,
int errorCode
)
public ValidationError (
IModelComponent source,
String error,
int errorCode
)
public function ValidationError (
source : IModelComponent,
error : String,
errorCode : int
)
参数
- source
- error
- errorCode
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ValidationError Class
ValidationError Members
Microsoft.AnalysisServices Namespace