共用方式為


ServiceClient.UserPreferencesDelete 方法

Deletes the specified user’s preferences.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Function UserPreferencesDelete ( _
    International As International, _
    DeleteAllUserPreferences As Boolean, _
    UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'用途
Dim instance As ServiceClient
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult

returnValue = instance.UserPreferencesDelete(International, _
    DeleteAllUserPreferences, UserPreferences)
public OperationResult UserPreferencesDelete(
    International International,
    bool DeleteAllUserPreferences,
    Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesDelete(
    International^ International, 
    bool DeleteAllUserPreferences, 
    Dictionary<String^, String^>^ UserPreferences
)
member UserPreferencesDelete : 
        International:International * 
        DeleteAllUserPreferences:bool * 
        UserPreferences:Dictionary<string, string> -> OperationResult
public function UserPreferencesDelete(
    International : International, 
    DeleteAllUserPreferences : boolean, 
    UserPreferences : Dictionary<String, String>
) : OperationResult

參數

  • DeleteAllUserPreferences
    型別:System.Boolean
    true to delete all preferences for the specified user; otherwise, false.

傳回值

型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間