Share via


OciConnection.newmethod(LoginProperty) Method

Definition

Establishes a connection to an Oracle database, 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.

Applies to