SqlExecutionException.Commands 속성

정의

예외가 발생했을 때 실행 중인 SQL 명령을 가져옵니다.

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

속성 값

예외가 발생했을 때 실행 중인 SQL 명령입니다.

적용 대상