MonitoringUserRoleScope Constructor (UserRoleScope)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new MonitoringUserRoleScope object with the values provided by the user role scope.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim clone As UserRoleScope
Dim instance As New MonitoringUserRoleScope(clone)
Syntax
'Declaration
Public Sub New ( _
clone As UserRoleScope _
)
public MonitoringUserRoleScope (
UserRoleScope clone
)
public:
MonitoringUserRoleScope (
UserRoleScope^ clone
)
public MonitoringUserRoleScope (
UserRoleScope clone
)
public function MonitoringUserRoleScope (
clone : UserRoleScope
)
Parameters
- clone
The existing scope to clone the role from.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
MonitoringUserRoleScope Class
MonitoringUserRoleScope Members
Microsoft.EnterpriseManagement.Monitoring.Security Namespace