Tests whether the current set of connection properties can successfully open a connection.
Namespace: Microsoft.Data.ConnectionUI
Assembly: Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)
Syntax
'宣言
Sub Test
'使用
Dim instance As IDataConnectionProperties
instance.Test()
void Test()
void Test()
function Test()
Remarks
In the case of a failure to successfully open a connection, this method should throw an exception indicating the error that caused the failure.
Any exceptions that occur indicate that the test failed.
Permissions
- 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.
See Also
Reference
IDataConnectionProperties Interface