다음을 통해 공유


SqlState 속성

Indicates the Microsoft SQL Server SQL state for the error.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public ReadOnly Property SqlState As String
    Get
‘사용 방법
Dim instance As NativeSqlConnectionException
Dim value As String

value = instance.SqlState
public string SqlState { get; }
public:
property String^ SqlState {
    String^ get ();
}
member SqlState : string
function get SqlState () : String

속성 값

유형: System. . :: . .String
A five-character String value that follows the ANSI SQL standard and indicates the error code

주의

The SqlState property is used to get the error code that the provider returns when an error occurs during the processing of an SQL statement.