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 OAImportScript
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>
参照
参照
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間