OdbcConnection.newmethod(LoginProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Establishes a connection to a data source, based on logon properties such as the user name and password.
public:
void newmethod(Dynamics::AX::Application::LoginProperty ^ _Login);
public void newmethod (Dynamics.AX.Application.LoginProperty _Login);
override this.newmethod : Dynamics.AX.Application.LoginProperty -> unit
Public Sub newmethod (_Login As LoginProperty)
Parameters
- _Login
- LoginProperty
A LoginProperty class instance that contains the user name, password, data source name, database, and so on.