QueryDescription.PreprocessorResult Enumeration
Defines values for the results of a query preprocessor for a QueryDescription object in Configuration Manager 2007.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As PreprocessorResult
Syntax
'Declaration
Public Enumeration PreprocessorResult
public enum PreprocessorResult
public enum class PreprocessorResult
public enum PreprocessorResult
public enum PreprocessorResult
Members
Member name | Description |
---|---|
Cancel | Preprocessing was canceled. |
NoProcessingNeeded | No preprocessing was needed. |
Processed | Preprocessing was completed. |
Remarks
The values that are defined by this enumeration are used by TryProcessUserReplacementStrings.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
QueryDescription Class
TryProcessUserReplacementStrings