SqlObjectExplorerPackage-Klasse
Dieser Kontext wird vom Profilpaket in Visual Studio festgelegt. Folglich ist das Toolfenster sofort verfügbar, wenn SSDT installiert wird.
Namespace: Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer
Assembly: Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer (in Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.dll)
Vererbungshierarchie
System.Object
Microsoft.VisualStudio.Shell.Package
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.SqlObjectExplorerPackage
Syntax
[ProvideAutoLoadAttribute("27F27371-B70C-4B7B-BA28-9EDF8A3F0538")]
[ProvideToolWindowAttribute(typeof(SqlServerObjectExplorerToolWindow),
Width = 350, Style = VsDockStyle.Tabbed, Orientation = ToolWindowOrientation.Left,
Window = "74946827-37a0-11d2-a273-00c04f8ef4ff")]
[GuidAttribute("00b73ab4-7a2a-4ddf-90c9-e78a163ab06a")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = true)]
[ProvideLoadKeyAttribute("Standard", "12.0.0.0", "Microsoft SQL Server Data Tools - SQL Object Explorer",
"Microsoft Corporation", 101)]
[ProvideMenuResourceAttribute("Menus.ctmenu", 1)]
public sealed class SqlObjectExplorerPackage : Package, IOleCommandTarget
[ProvideAutoLoadAttribute("27F27371-B70C-4B7B-BA28-9EDF8A3F0538")]
[ProvideToolWindowAttribute((SqlServerObjectExplorerToolWindow^::typeid),
Width = 350, Style = VsDockStyle::Tabbed, Orientation = ToolWindowOrientation::Left,
Window = "74946827-37a0-11d2-a273-00c04f8ef4ff")]
[GuidAttribute("00b73ab4-7a2a-4ddf-90c9-e78a163ab06a")]
[PackageRegistrationAttribute(UseManagedResourcesOnly = true)]
[ProvideLoadKeyAttribute("Standard", "12.0.0.0", "Microsoft SQL Server Data Tools - SQL Object Explorer",
"Microsoft Corporation", 101)]
[ProvideMenuResourceAttribute("Menus.ctmenu", 1)]
public ref class SqlObjectExplorerPackage sealed : Package, IOleCommandTarget
[<Sealed>]
[<ProvideAutoLoadAttribute("27F27371-B70C-4B7B-BA28-9EDF8A3F0538")>]
[<ProvideToolWindowAttribute(typeof(SqlServerObjectExplorerToolWindow),
Width = 350, Style = VsDockStyle.Tabbed, Orientation = ToolWindowOrientation.Left,
Window = "74946827-37a0-11d2-a273-00c04f8ef4ff")>]
[<GuidAttribute("00b73ab4-7a2a-4ddf-90c9-e78a163ab06a")>]
[<PackageRegistrationAttribute(UseManagedResourcesOnly = true)>]
[<ProvideLoadKeyAttribute("Standard", "12.0.0.0", "Microsoft SQL Server Data Tools - SQL Object Explorer",
"Microsoft Corporation", 101)>]
[<ProvideMenuResourceAttribute("Menus.ctmenu", 1)>]
type SqlObjectExplorerPackage =
class
inherit Package
interface IOleCommandTarget
end
<ProvideAutoLoadAttribute("27F27371-B70C-4B7B-BA28-9EDF8A3F0538")>
<ProvideToolWindowAttribute(GetType(SqlServerObjectExplorerToolWindow),
Width := 350, Style := VsDockStyle.Tabbed, Orientation := ToolWindowOrientation.Left,
Window := "74946827-37a0-11d2-a273-00c04f8ef4ff")>
<GuidAttribute("00b73ab4-7a2a-4ddf-90c9-e78a163ab06a")>
<PackageRegistrationAttribute(UseManagedResourcesOnly := True)>
<ProvideLoadKeyAttribute("Standard", "12.0.0.0", "Microsoft SQL Server Data Tools - SQL Object Explorer",
"Microsoft Corporation", 101)>
<ProvideMenuResourceAttribute("Menus.ctmenu", 1)>
Public NotInheritable Class SqlObjectExplorerPackage
Inherits Package
Implements IOleCommandTarget
Konstruktoren
Name | Beschreibung | |
---|---|---|
SqlObjectExplorerPackage() | Initialisiert eine neue Instanz der SqlObjectExplorerPackage-Klasse. |
Eigenschaften
Name | Beschreibung | |
---|---|---|
ApplicationRegistryRoot | (Geerbt von Package.) |
|
OleComponentManager | Diese Klasse unterstützt die Produktinfrastruktur und ist nicht für eine direkte Verwendung im Code vorgesehen. Ruft OleComponentManager ab. |
|
UserDataPath | (Geerbt von Package.) |
|
UserLocalDataPath | (Geerbt von Package.) |
|
UserRegistryRoot | (Geerbt von Package.) |
|
Zombied | (Geerbt von Package.) |
Methoden
Name | Beschreibung | |
---|---|---|
CreateInstance(Guid, Guid, Type) | (Geerbt von Package.) |
|
CreateTool(Guid) | (Geerbt von Package.) |
|
Equals(Object) | (Geerbt von Object.) |
|
FindToolWindow(Type, Int32, Boolean) | (Geerbt von Package.) |
|
FindWindowPane(Type, Int32, Boolean) | (Geerbt von Package.) |
|
GetHashCode() | (Geerbt von Object.) |
|
GetOutputPane(Guid, String) | (Geerbt von Package.) |
|
GetProviderLocale() | (Geerbt von Package.) |
|
GetType() | (Geerbt von Object.) |
|
ShowOptionPage(Type) | (Geerbt von Package.) |
|
ToString() | (Geerbt von Object.) |
Explizite Schnittstellenimplementierungen
Threadsicherheit
Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer-Namespace
Zurück zum Anfang