SqlServerExplorerCommandHandler Class
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataViewHierarchy>
Microsoft.VisualStudio.Data.Framework.DataViewCommandProvider
Microsoft.VisualStudio.Data.Schema.Package.Internal.ServerExplorerCommandHandler
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal.SqlServerExplorerCommandHandler
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class SqlServerExplorerCommandHandler _
Inherits ServerExplorerCommandHandler
[CLSCompliantAttribute(false)]
public class SqlServerExplorerCommandHandler : ServerExplorerCommandHandler
[CLSCompliantAttribute(false)]
public ref class SqlServerExplorerCommandHandler : public ServerExplorerCommandHandler
[<CLSCompliantAttribute(false)>]
type SqlServerExplorerCommandHandler =
class
inherit ServerExplorerCommandHandler
end
public class SqlServerExplorerCommandHandler extends ServerExplorerCommandHandler
The SqlServerExplorerCommandHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlServerExplorerCommandHandler | This class and its members are reserved for internal use and are not intended to be used in your code. |
Top
Properties
Name | Description | |
---|---|---|
Site | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) |
Top
Methods
Name | Description | |
---|---|---|
CreateCommand(Int32, CommandID) | (Inherited from DataViewCommandProvider.) | |
CreateCommand(Int32, CommandID, array<Object[]) | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides ServerExplorerCommandHandler.CreateCommand(Int32, CommandID, array<Object[]).) | |
CreateSelectionCommand(CommandID) | (Inherited from DataViewCommandProvider.) | |
CreateSelectionCommand(CommandID, array<Object[]) | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides DataViewCommandProvider.CreateSelectionCommand(CommandID, array<Object[]).) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnSiteChanged | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) | |
SendCommand | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from ServerExplorerCommandHandler.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateCommandStatus(MenuCommand) | (Inherited from DataViewCommandProvider.) | |
UpdateCommandStatus(MenuCommand, array<Object[]) | (Inherited from DataViewCommandProvider.) |
Top
Events
Name | Description | |
---|---|---|
SiteChanged | (Inherited from DataSiteableObject<IVsDataViewHierarchy>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsDataSupportObject<IVsDataViewCommandProvider>.Invoke | (Inherited from DataViewCommandProvider.) |
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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace