[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the management pack script types. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackScriptTypeEnum

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackScriptTypeEnum
C#
[SerializableAttribute] 
public enum ManagementPackScriptTypeEnum
C++
[SerializableAttribute] 
public enum class ManagementPackScriptTypeEnum
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackScriptTypeEnum
JScript
SerializableAttribute 
public enum ManagementPackScriptTypeEnum

Members

Member name Description
Extract Specifies the extract script type.
Index Specifies the index script type.
Load Specifies the load script type.
Report_SP Specifies the report script type.
Transform Specifies the transform script type.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also