Gets the number of query items that are retrieved by
QueryProcessorObjectsReady.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As SmsBackgroundWorker
Dim value As Integer
value = instance.ProcessQueryItemCount
|
Syntax
Visual Basic |
Public ReadOnly Property ProcessQueryItemCount As Integer
|
C# |
public int ProcessQueryItemCount { get; }
|
C++ |
public:
property int ProcessQueryItemCount {
int get ();
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_ProcessQueryItemCount ()
|
JScript |
DebuggerStepThroughAttribute
public function get ProcessQueryItemCount () : int
|
Property Value
Number of query items. The default value is 1.
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