次の方法で共有


OAImportDatabase.Messages プロパティ

RE 実行中に生成されたメッセージを取得します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)

構文

'宣言
Public Property Messages As IList(Of String)
'使用
Dim instance As OAImportDatabase
Dim value As IList(Of String)

value = instance.Messages

instance.Messages = value
public IList<string> Messages { get; internal set; }
public:
property IList<String^>^ Messages {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
public function get Messages () : IList<String>
public function set Messages (value : IList<String>)

プロパティ値

型 : System.Collections.Generic.IList<String>

参照

参照

OAImportDatabase クラス

OAImportDatabase メンバ

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間