ISupportUserCustomization Interface
Supports saving or resetting Explorer user customizations in SQL Server Management Studio.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Public Interface ISupportUserCustomization
'Usage
Dim instance As ISupportUserCustomization
public interface ISupportUserCustomization
public interface class ISupportUserCustomization
type ISupportUserCustomization = interface end
public interface ISupportUserCustomization
The ISupportUserCustomization type exposes the following members.
Methods
Name | Description | |
---|---|---|
ResetUserCustomizations | Resets Explorer user customizations in SQL Server Management Studio. | |
SaveUserCustomizations | Saves Explorer user customizations in SQL Server Management Studio. |
Top