Compartir a través de


DeploymentPlanArtifact.Messages (Propiedad)

Obtiene una lista de los objetos DataSchemaError recopilados durante el proceso de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.IList<DataSchemaError>
Una lista de errores.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanArtifact Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DataSchemaError