Initializes a new instance of the AdomdException class with a given message.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)
语法
声明
Public Sub New ( _
message As String _
)
public AdomdException (
string message
)
public:
AdomdException (
String^ message
)
public AdomdException (
String message
)
public function AdomdException (
message : String
)
参数
- message
A string containing the message for the exception.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace