ManagementPackReportDataWarehouseScript Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a management pack element that is defined by the ManagementPackReportDataWarehouseScript class.
public ref class ManagementPackReportDataWarehouseScript : Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataWarehouseScript ^>
[System.Serializable]
public class ManagementPackReportDataWarehouseScript : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseScript>
type ManagementPackReportDataWarehouseScript = class
inherit ManagementPackElementReference<ManagementPackDataWarehouseScript>
Public Class ManagementPackReportDataWarehouseScript
Inherits ManagementPackElementReference(Of ManagementPackDataWarehouseScript)
- Inheritance
-
ManagementPackReportDataWarehouseScript
- Attributes
Constructors
ManagementPackReportDataWarehouseScript(ManagementPack, String, String) |
Initializes a new instance of the ManagementPackReportDataWarehouseScript class by using a parent, an alias and an identifier. |
Properties
Domain |
Gets or sets the alias for this management pack element. |
Id |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the GUID identifier for the management pack element. (Inherited from ManagementPackElementReference<T>) |
Identifier |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Provides another format to uniquely identify the management pack element which is different from GUID identifier. (Inherited from ManagementPackElementReference<T>) |
Name |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the name of the management pack element. (Inherited from ManagementPackElementReference<T>) |
Methods
Equals(Object) |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Determines whether this object equals the specified object. (Inherited from ManagementPackElementReference<T>) |
GetElement() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the element that is referenced. (Inherited from ManagementPackElementReference<T>) |
GetHashCode() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the hash code for this object. (Inherited from ManagementPackElementReference<T>) |
ToString() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Gets the name of the management pack element that is referenced. (Inherited from ManagementPackElementReference<T>) |