OciConnection Constructors
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.
Overloads
OciConnection() | |
OciConnection(LoginProperty) | |
OciConnection(IntPtr) |
OciConnection()
public:
OciConnection();
public OciConnection ();
Public Sub New ()
Applies to
OciConnection(LoginProperty)
public:
OciConnection(Dynamics::AX::Application::LoginProperty ^ property1);
public OciConnection (Dynamics.AX.Application.LoginProperty property1);
new Dynamics.AX.Application.OciConnection : Dynamics.AX.Application.LoginProperty -> Dynamics.AX.Application.OciConnection
Public Sub New (property1 As LoginProperty)
Parameters
- property1
- LoginProperty
Applies to
OciConnection(IntPtr)
public:
OciConnection(IntPtr ptr1);
public OciConnection (IntPtr ptr1);
new Dynamics.AX.Application.OciConnection : nativeint -> Dynamics.AX.Application.OciConnection
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint