共用方式為


UserPreferencesUpdateRequest.UserPreferences 欄位

The user preferences to update.

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

語法

'宣告
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public UserPreferences As Dictionary(Of String, String)
'用途
Dim instance As UserPreferencesUpdateRequest
Dim value As Dictionary(Of String, String)

value = instance.UserPreferences

instance.UserPreferences = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public Dictionary<string, string> UserPreferences
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
Dictionary<String^, String^>^ UserPreferences
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable UserPreferences: Dictionary<string, string>
public var UserPreferences : Dictionary<String, String>

請參閱

參考

UserPreferencesUpdateRequest 類別

Microsoft.MasterDataServices 命名空間