SqlServerFactory.DriverConnect 方法 | |
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
public override string DriverConnect(
IntPtr hWindow,
Object uCompletion,
Object cConnectionString
)
查看代码参数
- 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.
返回值
类型:
StringThe connection string that is the result of the dialog.
实现
DriverConnect(IntPtr, Object, Object)参见