取得在匯入作業期間產生的訊息清單。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
組件: Microsoft.VisualStudio.Data.Schema.Package.Sql (在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)
語法
'宣告
Public Property Messages As IList(Of String)
Get
Friend Set
public IList<string> Messages { get; internal set; }
public:
property IList<String^>^ Messages {
IList<String^>^ get ();
internal: void set (IList<String^>^ value);
}
member Messages : IList<string> with get, internal set
function get Messages () : IList<String>
internal function set Messages (value : IList<String>)
屬性值
型別:System.Collections.Generic.IList<String>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。