如果此事件由批处理内的请求引发,则返回 true;否则返回 false。
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public Property IsBatchPart As Boolean
Get
Private Set
用法
Dim instance As SendingRequest2EventArgs
Dim value As Boolean
value = instance.IsBatchPart
public bool IsBatchPart { get; private set; }
public:
property bool IsBatchPart {
bool get ();
private: void set (bool value);
}
member IsBatchPart : bool with get, private set
function get IsBatchPart () : boolean
private function set IsBatchPart (value : boolean)