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 A 裡面包含了 Transact-SQL 批次的文字。

適用於