Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DataConnectionDialogFactory 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 ConnectionDialogFactory As DataConnectionDialogFactory
public static DataConnectionDialogFactory ConnectionDialogFactory { get; }
public:
static property DataConnectionDialogFactory^ ConnectionDialogFactory {
DataConnectionDialogFactory^ get ();
}
static member ConnectionDialogFactory : DataConnectionDialogFactory
static function get ConnectionDialogFactory () : DataConnectionDialogFactory
Property Value
Type: Microsoft.VisualStudio.Data.DataConnectionDialogFactory
.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.