OperationImplicitScope Class

Definition

Represents the class, property, and relationship to which the operation is restricted.

public ref class OperationImplicitScope : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBase
[System.Serializable]
public class OperationImplicitScope : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBase
type OperationImplicitScope = class
    inherit CreatableMonitoringBase
Public Class OperationImplicitScope
Inherits CreatableMonitoringBase
Inheritance
Attributes

Remarks

The operation can be restricted when used in the context of a profile.

Constructors

OperationImplicitScope(Guid)

Initializes a new OperationImplicitScope object using the class identifier.

OperationImplicitScope(Guid, Guid)

Initializes a new OperationImplicitScope object using the class id and property type id.

OperationImplicitScope(Guid, Guid, Guid, Byte)

Initializes a new OperationImplicitScope object using the class id, the property type id, the relationship id, and the relationship endpoint.

OperationImplicitScope(Guid, Guid, RelationshipEndpoint)

Initializes a new OperationImplicitScope object using the class id, the relationship id, and the relationship endpoint.

OperationImplicitScope(OperationImplicitScope)

Initializes a new OperationImplicitScope object using the scope to clone.

Properties

Class

Gets the class to which the operation in the profile is restricted.

IsCustomized

Gets a value that indicates whether this scope was added after the install or not.

ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)
Property

Gets the property to which the operation in the profile is restricted.

Relationship

Gets the relationship to which the operation in the profile is restricted.

RelationshipEndpoint

Gets the relationship endpoint to which the operation in the profile is restricted.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)

Applies to