Sdílet prostřednictvím


DeploymentPlanArtifact.Messages – vlastnost

Získá seznam DataSchemaError objekty, které byly shromážděny během procesu nasazení.

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 chyb.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentPlanArtifact Třída

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

DataSchemaError