共用方式為


SMS_ApplicationManagementAgentConfig伺服器 WMI 類別

Windows SMS_ApplicationManagementAgentConfig Management Instrumentation (WMI) 類別是 SMS 提供者伺服器類別,Configuration Manager中包含應用程式管理用戶端代理程式設定的組態。

下列語法已從受控物件格式 (MOF) 程式碼簡化,並包含所有繼承的屬性。

語法

Class SMS_ApplicationManagementAgentConfig : SMS_ClientAgentConfig_BaseClass  
{  
    UInt32 AgentID;  
    String AlternateContentProviders;  
    Boolean AppXInplaceUpgradeEnabled;  
    Boolean Enabled;  
    String EvaluationSchedule;  
};  

方法

類別 SMS_ApplicationManagementAgentConfig 不會定義任何方法。

屬性

AgentID
資料類型:UInt32

存取類型:唯讀

限定詞:[金鑰,讀取]

識別用戶端代理程式元件。 應用程式管理代理程式識別碼為 17。

AlternateContentProviders
資料類型:String

存取類型:讀取/寫入

限定詞:無

用來設定替代內容提供者設定的 XML 字串。 此屬性不適用於軟體更新套件或驅動程式套件。

<AlternateDownloadSettings SchemaVersion="1.0">    <Provider Name="logical name here">        <Data>provider specific data here</Data>    </Provider>    <Provider Name="logical name here">         <Data>provider specific data here</Data>    </Provider></AlternateDownloadSettings>  

AppXInplaceUpgradeEnabled
資料類型:Boolean

存取類型:讀取/寫入

限定詞:無

指出是否啟用就地升級) Windows 應用程式套件 (.appx 檔案。

Enabled
資料類型:Boolean

存取類型:讀取/寫入

限定詞:無

true 如果代理程式已啟用,則為 。

EvaluationSchedule
資料類型:String

存取類型:讀取/寫入

限定詞:無

部署的評估排程。

註解

需求

執行時間需求

如需詳細資訊,請參閱Configuration Manager伺服器執行時間需求。

開發需求

如需詳細資訊,請參閱Configuration Manager伺服器開發需求。