OperationScopeTypes Enumeration

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the scope types for the operation.

Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As OperationScopeTypes

[SerializableAttribute] 
[FlagsAttribute] 
public enum class OperationScopeTypes
/** @attribute SerializableAttribute() */ 
/** @attribute FlagsAttribute() */ 
public enum OperationScopeTypes
SerializableAttribute 
FlagsAttribute 
public enum OperationScopeTypes

Member nameDescription
ClassSpecifies the class scope.
ConsoleTaskSpecifies the console task scope.
DashboardReferenceSpecifies the dashboard reference scope.
ImplicitSpecifies the implicit scope.
NoneSpecifies the no scope.
ObjectSpecifies the object group, service scope, or both.
ReportSpecifies the report scope.
TaskSpecifies the task scope.
TemplateSpecifies the template scope.
ViewSpecifies the view scope.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: