点击或拖拽改变大小

SqlServerFactory.DriverConnect 方法

X#
This method is called to show an interactive dialog to select a connection.

命名空间:  XSharp.Data
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD DriverConnect(
	hWindow AS IntPtr,
	uCompletion AS Object,
	cConnectionString AS Object
) AS STRING
查看代码

参数

hWindow
类型:IntPtr
An optional window handle that will be the owner of the dialog.
uCompletion
类型:Object
cConnectionString
类型:Object
A connection string that indicates the start values for the dialog.

返回值

类型:String
The connection string that is the result of the dialog.

实现

DriverConnect(IntPtr, Object, Object)
参见