Configuration Class

Represents a Configuration object.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.Configuration

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public NotInheritable Class Configuration _
    Implements IVsDebuggableProjectCfg, IVsProjectCfg, IVsCfg, IVsDebuggerEvents
'Usage
Dim instance As Configuration
public sealed class Configuration : IVsDebuggableProjectCfg, 
    IVsProjectCfg, IVsCfg, IVsDebuggerEvents
public ref class Configuration sealed : IVsDebuggableProjectCfg, 
    IVsProjectCfg, IVsCfg, IVsDebuggerEvents
[<SealedAttribute>]
type Configuration =  
    class
        interface IVsDebuggableProjectCfg
        interface IVsProjectCfg
        interface IVsCfg
        interface IVsDebuggerEvents
    end
public final class Configuration implements IVsDebuggableProjectCfg, IVsProjectCfg, IVsCfg, IVsDebuggerEvents

The Configuration type exposes the following members.

Constructors

  Name Description
Public method Configuration Creates a new instance of the Configuration class.

Top

Properties

  Name Description
Public propertyStatic member DisplayName Gets the display name of the configuration.

Top

Methods

  Name Description
Public method EnumOutputs Obsolete. Do not use.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method get_BuildableProjectCfg Provides access to a configuration IVsBuildableProjectCfg interface that is used to manage the build process.
Public method get_CanonicalName Gets the canonical name of a configuration object.
Public method get_DisplayName Gets a string that describes the configuration and can be displayed in the environment UI.
Public method get_IsDebugOnly Obsolete. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method get_IsPackaged Obsolete method. Do not use.
Public method get_IsReleaseOnly Obsolete. Do not use.
Public method get_IsSpecifyingOutputSupported Obsolete method. Do not use.
Public method get_Platform Obsolete method. Do not use.
Public method get_ProjectCfgProvider Obsolete. Do not use.
Public method get_RootURL Gets a configuration root URL for output items.
Public method get_TargetCodePage Obsolete method. Do not use.
Public method get_UpdateSequenceNumber Obsolete method. Do not use.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenOutput Obsolete. Do not use.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsDebuggableProjectCfgDebugLaunch Interop provider.
Explicit interface implemetationPrivate method IVsDebuggerEventsOnModeChange Interop provider.
Explicit interface implemetationPrivate method IVsDebuggableProjectCfgQueryDebugLaunch Interop provider.

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.