IntegrationServicesException 构造函数 (String)
Initializes a new instance of the IntegrationServicesException class with the specified exception message.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
Dim message As String
Dim instance As New IntegrationServicesException(message)
public IntegrationServicesException(
string message
)
public:
IntegrationServicesException(
String^ message
)
new :
message:string -> IntegrationServicesException
public function IntegrationServicesException(
message : String
)
参数
- message
类型:System.String
The exception message.
请参阅
参考
IntegrationServicesException 类