Share via


ManagementPackTypeProjection Constructors

Definition

Initializes a new ManagementPackTypeProjection object.

Overloads

ManagementPackTypeProjection(ManagementPackTypeProjection)

Initializes a new ManagementPackTypeProjection object by using the clone parameter.

ManagementPackTypeProjection(ManagementPack, String, ManagementPackAccessibility)

Initializes a new ManagementPackTypeProjection object by using a management pack, a string identifier, and a management pack accessibility.

ManagementPackTypeProjection(ManagementPackTypeProjection)

Initializes a new ManagementPackTypeProjection object by using the clone parameter.

public:
 ManagementPackTypeProjection(Microsoft::EnterpriseManagement::Configuration::ManagementPackTypeProjection ^ clone);
public ManagementPackTypeProjection (Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection clone);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection : Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection
Public Sub New (clone As ManagementPackTypeProjection)

Parameters

clone
ManagementPackTypeProjection

The clone.

Applies to

ManagementPackTypeProjection(ManagementPack, String, ManagementPackAccessibility)

Initializes a new ManagementPackTypeProjection object by using a management pack, a string identifier, and a management pack accessibility.

public:
 ManagementPackTypeProjection(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier, Microsoft::EnterpriseManagement::Configuration::ManagementPackAccessibility access);
public ManagementPackTypeProjection (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier, Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility access);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTypeProjection
Public Sub New (mp As ManagementPack, identifier As String, access As ManagementPackAccessibility)

Parameters

mp
ManagementPack

The management pack that has this element type.

identifier
String

A string identifier for this management pack element type.

access
ManagementPackAccessibility

Determines whether the management pack element type is visible to other management packs outside the specified management pack.

Applies to