Campo StatusMessage.Exception
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
The exception that results from upgrading an Integration Services package.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Exception As Exception
'Uso
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