Freigeben über


StatusMessage.Exception-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

The exception that results from upgrading an Integration Services package.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Exception As Exception
'Usage
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

Siehe auch

Verweis

StatusMessage Struktur

Microsoft.SqlServer.Dts.Runtime-Namespace