DeploymentPlanGenerator.Messages 属性

获取消息的列表。

命名空间:  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 安全性

请参见

参考

DeploymentPlanGenerator 类

Microsoft.Data.Schema.Build 命名空间

DataSchemaError