Gets or sets the number of objects in a batch of the query result set that is retrieved from the data source for an asynchronous query. 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.AsyncQueryBatchSize

instance.AsyncQueryBatchSize = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set AsyncQueryBatchSize (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