StatusMessage.Exception 字段
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
The exception that results from upgrading an Integration Services package.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Exception As Exception
用法
Dim instance As StatusMessage
Dim value As Exception
value = instance.Exception
instance.Exception = value
public Exception Exception
public:
Exception^ Exception
val mutable Exception: Exception
public var Exception : Exception