PackageUpgradeResult.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.