UserPreferencesDeleteRequest.DeleteAllUserPreferences フィールド

現在のユーザーのすべてのユーザー設定を削除する場合は true、それ以外の場合は false に設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public DeleteAllUserPreferences As Boolean
'使用
Dim instance As UserPreferencesDeleteRequest
Dim value As Boolean

value = instance.DeleteAllUserPreferences

instance.DeleteAllUserPreferences = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public bool DeleteAllUserPreferences
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
bool DeleteAllUserPreferences
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable DeleteAllUserPreferences: bool
public var DeleteAllUserPreferences : boolean

関連項目

参照

UserPreferencesDeleteRequest クラス

Microsoft.MasterDataServices 名前空間