DeploymentPlanArtifact.Messages 属性

获取在部署过程中收集的 DataSchemaError 对象的列表。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IList<DataSchemaError>
错误列表。

.NET Framework 安全性

请参见

参考

DeploymentPlanArtifact 类

Microsoft.Data.Schema.Build 命名空间

DataSchemaError