SqlDebugPackage Class
SqlDebugPackage class. Encapsulates the required support for partipating within a SQL Debug Session and proffering SQL Database project debug services.
Inheritance Hierarchy
System..::..Object
Package
Microsoft.VisualStudio.Data.Tools.SqlDebugger..::..SqlDebugPackage
Namespace: Microsoft.VisualStudio.Data.Tools.SqlDebugger
Assembly: Microsoft.VisualStudio.Data.Tools.SqlDebugger (in Microsoft.VisualStudio.Data.Tools.SqlDebugger.dll)
Syntax
'Declaration
<GuidAttribute("9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF")> _
Public NotInheritable Class SqlDebugPackage _
Inherits Package _
Implements IServiceProvider, IOleCommandTarget
'Usage
Dim instance As SqlDebugPackage
[GuidAttribute("9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF")]
public sealed class SqlDebugPackage : Package,
IServiceProvider, IOleCommandTarget
[GuidAttribute(L"9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF")]
public ref class SqlDebugPackage sealed : public Package,
IServiceProvider, IOleCommandTarget
[<SealedAttribute>]
[<GuidAttribute("9A62B3CA-5BDF-47CB-A406-3CEB946F1DDF")>]
type SqlDebugPackage =
class
inherit Package
interface IServiceProvider
interface IOleCommandTarget
end
public final class SqlDebugPackage extends Package implements IServiceProvider, IOleCommandTarget
The SqlDebugPackage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlDebugPackage | Constructor |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ApplicationRegistryRoot | (Inherited from Package.) |
![]() |
UserDataPath | (Inherited from Package.) |
![]() |
UserLocalDataPath | (Inherited from Package.) |
![]() |
UserRegistryRoot | (Inherited from Package.) |
![]() |
Zombied | (Inherited from Package.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddOptionKey | (Inherited from Package.) |
![]() |
CreateInstance | (Inherited from Package.) |
![]() |
CreateTool | (Inherited from Package.) |
![]() |
CreateToolWindow | (Inherited from Package.) |
![]() |
Dispose | (Inherited from Package.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FindToolWindow | (Inherited from Package.) |
![]() |
FindWindowPane | (Inherited from Package.) |
![]() |
GetAutomationObject | (Inherited from Package.) |
![]() |
GetDialogPage | (Inherited from Package.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetOutputPane | (Inherited from Package.) |
![]() |
GetProviderLocale | (Inherited from Package.) |
![]() |
GetService | (Inherited from Package.) |
![]() |
GetToolboxItemData | (Inherited from Package.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | (Inherited from Package.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnLoadOptions | (Inherited from Package.) |
![]() |
OnSaveOptions | (Inherited from Package.) |
![]() |
ParseToolboxResource(TextReader, ResourceManager) | (Inherited from Package.) |
![]() |
ParseToolboxResource(TextReader, Guid) | (Inherited from Package.) |
![]() |
QueryClose | (Inherited from Package.) |
![]() |
RegisterEditorFactory | (Inherited from Package.) |
![]() |
RegisterProjectFactory | (Inherited from Package.) |
![]() |
ShowOptionPage | (Inherited from Package.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
ToolboxInitialized | (Inherited from Package.) |
![]() |
ToolboxUpgraded | (Inherited from Package.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IOleCommandTargetExec | Enables dispatching of VS commands, in this case menu commands. This package only handle the 'ExecuteWithDebugger' menu item. |
![]() ![]() |
IOleCommandTargetQueryStatus | Query the state of the 'ExecuteWithDebugger' menu command. |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#AddService(Type, Object) | (Inherited from Package.) |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#AddService(Type, ServiceCreatorCallback) | (Inherited from Package.) |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#AddService(Type, Object, Boolean) | (Inherited from Package.) |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#AddService(Type, ServiceCreatorCallback, Boolean) | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#Close | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsToolWindowFactory#CreateToolWindow | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettings#ExportSettings | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#GetAutomationObject | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsToolboxItemProvider#GetItemContent | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#GetPropertyPage | (Inherited from Package.) |
![]() ![]() |
System#IServiceProvider#GetService | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettings#ImportSettings | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#LoadUserOptions | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettingsMigration#MigrateSettings | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#QueryClose | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#OLE#Interop#IServiceProvider#QueryService | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#ReadUserOptions | (Inherited from Package.) |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#RemoveService(Type) | (Inherited from Package.) |
![]() ![]() |
System#ComponentModel#Design#IServiceContainer#RemoveService(Type, Boolean) | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#ResetDefaults | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#SaveUserOptions | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#SetSite | (Inherited from Package.) |
![]() ![]() |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#WriteUserOptions | (Inherited from Package.) |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)