共用方式為


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