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 バッチのテキストを格納する 。

実装

適用対象