ConnectionManagerBase.ExecuteQueryBatchSize Property
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
'Usage
Dim instance As ConnectionManagerBase
Dim value As Integer
value = instance.ExecuteQueryBatchSize
instance.ExecuteQueryBatchSize = value
Syntax
'Declaration
Public Property ExecuteQueryBatchSize As Integer
public int ExecuteQueryBatchSize { get; set; }
public:
property int ExecuteQueryBatchSize {
int get ();
void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_ExecuteQueryBatchSize ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ExecuteQueryBatchSize (int value)
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
Reference
ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace