ResultInfo.BatchText 속성

정의

실행된 Transact-SQL 일괄 처리의 텍스트를 가져옵니다.

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

속성 값

String 실행된 Transact-SQL 일괄 처리의 텍스트가 들어 있는 입니다.

구현

적용 대상