Partager via


DeploymentPlanArtifact.Messages, propriété

Obtient la liste des objets DataSchemaError qui ont été collectés pendant le processus de déploiement.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IList<DataSchemaError>
Liste d'erreurs.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanArtifact Classe

Microsoft.Data.Schema.Build, espace de noms

DataSchemaError