IResultInfo.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 バッチのテキストを含む。

適用対象