Gets or sets the number of objects in a batch of the query result set that is retrieved from the data source. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConnectionManagerBase
Dim value As Integer

value = instance.ExecuteQueryBatchSize

instance.ExecuteQueryBatchSize = value

Syntax

Visual Basic
Public Property ExecuteQueryBatchSize As Integer
C#
public int ExecuteQueryBatchSize { get; set; }
C++
public:
property int ExecuteQueryBatchSize {
		int get ();
		void set (int value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ExecuteQueryBatchSize ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ExecuteQueryBatchSize (int value)
JScript
DebuggerStepThroughAttribute 
public function get ExecuteQueryBatchSize () : int

DebuggerStepThroughAttribute 
public function set ExecuteQueryBatchSize (value : int)

Property Value

Query batch size; default 50.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also