Share via


SqlObjectExplorerPackage.OleComponentManager Property

 

This class supports the product infrastructure and is not intended to be used directly from your code.

Gets the OleComponentManager.

Namespace:   Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer (in Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.dll)

Syntax

public IOleComponentManager OleComponentManager { get; }
public:
property IOleComponentManager^ OleComponentManager {
    IOleComponentManager^ get();
}
member OleComponentManager : IOleComponentManager with get
Public ReadOnly Property OleComponentManager As IOleComponentManager

Property Value

Type: Microsoft.VisualStudio.OLE.Interop.IOleComponentManager

The OleComponentManager.

See Also

SqlObjectExplorerPackage Class
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace

Return to top