Condividi tramite


Proprietà DeploymentPlanArtifact.Messages

Ottiene un elenco di oggetti DataSchemaError che sono stati raccolti durante il processo di distribuzione.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<DataSchemaError>
Elenco di errori.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentPlanArtifact Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DataSchemaError