共用方式為


類別SMS_Role中的 ImportRole 方法

Windows ImportRole Management Instrumentation (WMI) 類別方法,Configuration Manager會將 XML 字串所定義的角色匯入資料庫。

下列語法是從受控物件格式 (MOF) 程式碼中簡化,並定義 方法。

語法

SInt32 ImportRole(  
     String RolesXml,  
     Boolean OverwrittenExisted,   
     String ErrorStr,  
);  

參數

RolesXml
資料類型:String

限定詞:[in]

角色的識別碼。

OverwrittenExisted
資料類型:Boolean

限定詞:[in]

true如果應覆寫現有角色,則為 。 預設值為 true。

ErrorStr
資料類型:String

限定詞:[out]

匯入角色時發生任何錯誤時的錯誤資訊。

傳回值

資料 SInt32 類型,為 0 表示成功或非零表示失敗。

需求

執行時間需求

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

開發需求

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

另請參閱

SMS_Role伺服器 WMI 類別