DataUtilities.CreateExplorerConnection Method
Creates a data explorer connection.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function CreateExplorerConnection As DataExplorerConnection
'Usage
Dim returnValue As DataExplorerConnection
returnValue = DataUtilities.CreateExplorerConnection()
public static DataExplorerConnection CreateExplorerConnection()
public:
static DataExplorerConnection^ CreateExplorerConnection()
public static function CreateExplorerConnection() : DataExplorerConnection
static member CreateExplorerConnection : unit -> DataExplorerConnection
Return Value
Type: Microsoft.VisualStudio.Data.DataExplorerConnection
Remarks
All providers are allowed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.