UserPreferencesDeleteRequest.UserPreferences フィールド

削除するユーザー設定。

名前空間:  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 UserPreferencesDeleteRequest
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>

関連項目

参照

UserPreferencesDeleteRequest クラス

Microsoft.MasterDataServices 名前空間