Settings Class

Represents the settings of the VSIntegration object. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Settings

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
Public NotInheritable Class Settings
'Usage
Dim instance As Settings
public sealed class Settings
public ref class Settings sealed
[<SealedAttribute>]
type Settings =  class end
public final class Settings

The Settings type exposes the following members.

Constructors

  Name Description
Public method Settings Initializes a new instance of the Settings class.

Top

Properties

  Name Description
Public propertyStatic member ApplicationDataDirectory Gets the Workbench specific application data directory.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.