共用方式為


OAImportDatabase.Messages 屬性

這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
組件:  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 安全性

請參閱

參考

OAImportDatabase 類別

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal 命名空間