Sdílet prostřednictvím


DeploymentPlanGenerator.Messages – vlastnost

Získá seznam zpráv.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Messages As IList(Of DataSchemaError)
    Get
public IList<DataSchemaError> Messages { get; }
public:
property IList<DataSchemaError^>^ Messages {
    IList<DataSchemaError^>^ get ();
}
member Messages : IList<DataSchemaError>
function get Messages () : IList<DataSchemaError>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<DataSchemaError>
Seznam zpráv.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentPlanGenerator Třída

Microsoft.Data.Schema.Build – obor názvů

DataSchemaError