CompareStatusEventArgs.Message 属性

获取或设置事件的消息。

命名空间:  Microsoft.Data.Schema.Tools.Compare
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public Property Message As String
    Get
    Set
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

属性值

类型:System.String
消息。可以为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

CompareStatusEventArgs 类

Microsoft.Data.Schema.Tools.Compare 命名空间