This document is archived and information here might be outdated. Recommended version. |
Clears connection property parameters.
[Visual Basic .NET] Public Sub ClearParameters ( _ ByVal dbclient As String, _ ByVal instance As String, _ ByVal authenticationMode As String _ )
[C#] public void ClearParameters ( string dbclient, string instance, string authenticationMode );
[C++]
HRESULT ClearParameters(
BSTR dbclient,
BSTR instance,
BSTR authenticationMode
);
[C++]
Parameters dbclient [in]
dbclient is a parameter of type BSTR instance [in]
instance is a parameter of type BSTR authenticationMode [in]
authenticationMode is a parameter of type BSTR