This topic has not yet been rated - Rate this topic

StatusMessage Structure

Specifies the warning and error messages that result from upgrading an Integration Services package.

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

The StatusMessage type exposes the following members.

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
  NameDescription
Public fieldCodeThe unique code for a warning or error message that results from upgrading an Integration Services package.
Public fieldExceptionInfrastructure. The exception that results from upgrading an Integration Services package.
Public fieldMessageThe message text that results from upgrading an Integration Services package.
Public fieldStatusThe upgrade status for an Integration Services package.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.