PackageUpgradeResult.Messages Property

Definition

Gets the warning messages or error messages associated with the upgrade results for a package.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Runtime::StatusMessage> ^ Messages { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Runtime::StatusMessage> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dts.Runtime.StatusMessage> Messages { get; }
member this.Messages : seq<Microsoft.SqlServer.Dts.Runtime.StatusMessage>
Public ReadOnly Property Messages As IEnumerable(Of StatusMessage)

Property Value

An StatusMessage object.

Applies to