OdbcInfoMessageEventArgs.Message 属性

定义

获取从数据库发送的全文本错误。Gets the full text of the error sent from the database.

public:
 property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

属性值

String

错误的完整文本。The full text of the error.

注解

这是 Message 集合中第一个的属性的包装 OdbcError ErrorsThis is a wrapper for the Message property of the first OdbcError in the Errors collection.

适用于