ConnectionManagerBase.ResultObjectsBatchSize Property
Gets or sets the maximum number of result objects that were sent when processing OnFireQueryProcessorObjectsReady.
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.ResultObjectsBatchSize
instance.ResultObjectsBatchSize = value
Syntax
'Declaration
Public Property ResultObjectsBatchSize As Integer
public int ResultObjectsBatchSize { get; set; }
public:
property int ResultObjectsBatchSize {
int get ();
void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_ResultObjectsBatchSize ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ResultObjectsBatchSize (int value)
DebuggerStepThroughAttribute
public function get ResultObjectsBatchSize () : int
DebuggerStepThroughAttribute
public function set ResultObjectsBatchSize (value : int)
Property Value
Maximum number of result objects sent. The default value is 1,000.
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