Поделиться через


DataPackage.Services.ExplorerConnectionManager Property

Gets the DataExplorerConnectionManager service.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ExplorerConnectionManager As DataExplorerConnectionManager
public static DataExplorerConnectionManager ExplorerConnectionManager { get; }
public:
static property DataExplorerConnectionManager^ ExplorerConnectionManager {
    DataExplorerConnectionManager^ get ();
}
static member ExplorerConnectionManager : DataExplorerConnectionManager
static function get ExplorerConnectionManager () : DataExplorerConnectionManager

Property Value

Type: Microsoft.VisualStudio.Data.DataExplorerConnectionManager

.NET Framework Security

See Also

Reference

DataPackage.Services Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace