共用方式為


DeploymentReport 複雜型別

更新:2007 年 11 月

定義部署報告。部署報告會列出系統定義模型的相關資訊,例如與邏輯伺服器系統、應用程式系統、資源和端點的相關資訊。

<xs:complexType name="DeploymentReport">
    <xs:sequence>
        <xs:element name="Import"
            type="@lt:DeploymentImport@lid:969657f4-218a-463d-939b-92cc330336fd"
            minOccurs="0"
            maxOccurs="unbounded"
         />
        <xs:element name="Applications"
            type="@lt:Applications@lid:4c2ebcfc-ea01-47ce-be09-5651b5a150af"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="Binding"
            type="@lt:Binding@lid:512b1b56-f203-4212-930b-fc5bc9f53b86"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="LogicalServers"
            type="@lt:LogicalServers@lid:8d7c49c9-be4c-48b6-9a7b-4740135a0f64"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="Errors"
            type="@lt:ErrorCollection@lid:e804eeb7-250c-4403-b60f-e6072db277ce"
            minOccurs="0"
            maxOccurs="1"
         />
    </xs:sequence>
</xs:complexType>

子項目

項目

型別

描述

Applications (DeploymentReport) 項目

Applications 複雜型別

部署報告內的一組應用程式系統。

Binding (DeploymentReport) 項目

Binding 複雜型別

區域和該區域內邏輯伺服器系統之間的繫結關係。

Errors (DeploymentReport) 項目

ErrorCollection 複雜型別

部署報告內錯誤的集合。來自系統、端點和資源之條件約束的錯誤。

Import (DeploymentReport) 項目

DeploymentImport 複雜型別

由部署報告匯入之 .sdm 文件的命名空間。

LogicalServers (DeploymentReport) 項目

LogicalServers 複雜型別

部署報告中的一組邏輯伺服器系統。