다음을 통해 공유


UserPreferencesGetResponse.UserPreferences 필드

The user preferences to get.

네임스페이스:  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 UserPreferencesGetResponse
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>

참고 항목

참조

UserPreferencesGetResponse 클래스

Microsoft.MasterDataServices 네임스페이스