共用方式為


SettingInstanceValue 複雜型別

更新:2007 年 11 月

定義系統定義模型內設定值之執行個體的部署報告資訊。這些設定可以為 Null 或含有值。如果 Null="true",Value 項目將會是空的。

<xs:complexType name="SettingInstanceValue"
    mixed="true"
>
    <xs:sequence>
        <xs:any
            processContents="skip"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace=""
         />
    </xs:sequence>
    <xs:attribute name="Null"
        type="boolean"
        use="optional"
     />
</xs:complexType>

屬性

名稱

型別

描述

Null

boolean

如果設定值的執行個體是 NULL 則為 True,否則為 False。