Compartilhar via


Propriedade DeploymentPlanArtifact.Messages

Obtém uma lista de DataSchemaError os objetos que foram coletados durante o processo de implantação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<DataSchemaError>
Uma lista de erros.

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanArtifact Classe

Namespace Microsoft.Data.Schema.Build

DataSchemaError