ODBCError.SqlState 属性

定义

返回 SQL 状态错误。

public:
 property System::String ^ SqlState { System::String ^ get(); };
public string SqlState { get; }
Public ReadOnly Property SqlState As String

属性值

注解

有关特定错误的说明,请参阅 SQL 文档。

适用于