SMS_TaskSequence_PartitionSettings服务器 WMI 类

SMS_TaskSequence_PartitionSettings Windows Management Instrumentation (WMI) 类是Configuration Manager中的 SMS 提供程序服务器类,指定在硬盘驱动器上创建分区和设置分区格式时要使用的设置。

以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。

语法

Class SMS_TaskSequence_PartitionSettings  
{  
      Boolean AssignVolumeLetter;  
      Boolean Bootable;  
      String FileSystem;  
      Boolean QuickFormat;  
      UInt32 Size;  
      String SizeUnits;  
      String Type;  
      String VolumeLetterVariable;  
      String VolumeName;  
};  

方法

SMS_TaskSequence_PartitionSettings 不定义任何方法。

属性

AssignVolumeLetter
数据类型Boolean

访问类型:读/写

限定符:无

true 如果将向分区分配一个卷字母,则为 。 默认值为 true

此信息适用于 System Center 2012 Configuration Manager SP1 或更高版本,以及 System Center 2012 R2 Configuration Manager 或更高版本。

Bootable
数据类型Boolean

访问类型:读/写

限定符:[not_null]

true 将分区设置为活动分区。 默认值为 false

FileSystem
数据类型String

访问类型:读/写

限定符:无

格式化分区时要使用的文件系统。 可能的值是:

  • FAT32

  • Ntfs

    QuickFormat
    数据类型Boolean

    访问类型:读/写

    限定符:[not_null]

    true 执行快速格式。 将此属性设置为 以 false 执行完整格式。

    Size
    数据类型UInt32

    访问类型:读/写

    限定符:无

    要创建的分区的大小。 单元由 SizeUnits 属性定义。

    SizeUnits
    数据类型String

    访问类型:读/写

    限定符:无

    指定属性的 Size 单位。 可能的值是:

大小单位
M b 兆 字节
G b G
Percent 磁盘上剩余可用空间的百分比

Type
数据类型String

访问类型:读/写

限定符:[not_null]

要创建的分区的类型。 可能的值是:

  • 扩展

  • 逻辑

  • Hidden

  • Efi

  • Msr

    VolumeLetterVariable
    数据类型String

    访问类型:读/写

    限定符:无

    接收新创建的分区的驱动器号的任务序列变量的名称。

    VolumeName
    数据类型String

    访问类型:读/写

    限定符:无

    格式化卷时要分配给卷的名称。

备注

此类没有类限定符。 有关“属性”部分中包含的类限定符和属性限定符的详细信息,请参阅 Configuration Manager 类和属性限定符

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求