共用方式為


DataConnectionMessageReceivedEventArgs.Message 屬性

取得文字訊息。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

屬性值

型別:System.String
表示文字訊息的 String 值。

.NET Framework 安全性

請參閱

參考

DataConnectionMessageReceivedEventArgs 類別

Microsoft.VisualStudio.Data.Services 命名空間