Compartilhar via


ConnectionManagerBase.AsyncQueryBatchSize Property

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

'Usage
Dim instance As ConnectionManagerBase
Dim value As Integer

value = instance.AsyncQueryBatchSize

instance.AsyncQueryBatchSize = value

Syntax

'Declaration
Public Property AsyncQueryBatchSize As Integer
public int AsyncQueryBatchSize { get; set; }
public:
property int AsyncQueryBatchSize {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_AsyncQueryBatchSize ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_AsyncQueryBatchSize (int value)
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

Reference

ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace