LoginProperty Class

Definition

The LoginProperty class enables logon information to be passed to an instance of the OdbcConnection class.

public ref class LoginProperty : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public class LoginProperty : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
type LoginProperty = class
    inherit XppObjectBase
Public Class LoginProperty
Inherits XppObjectBase
Inheritance
Microsoft.Dynamics.AX.KernelInterop.ProxyBase
LoginProperty
Attributes
KernelClassAttribute Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Constructors

LoginProperty()
LoginProperty(IntPtr)

Fields

__k_LoginPropertyId
kernelClass (Inherited from XppObjectBase)

Methods

__shouldCallNew(Type)
addXppProxyReference(Type, Object) (Inherited from XppObjectBase)
Call(String, Object[], Type[], Object[]) (Inherited from XppObjectBase)
cancelTimeOut(Int32) (Inherited from XppObjectBase)
createKernelClass(Object[], Type[], Object[]) (Inherited from XppObjectBase)
equal(XppObjectBase) (Inherited from XppObjectBase)
finalize() (Inherited from XppObjectBase)
getDatabase()

Retrieves the name of the database, as stored in the LoginProperty class.

getDSN()

Retrieves the data source name (DSN) that is stored in the LoginProperty class.

GetIntPtr() (Inherited from XppObjectBase)
GetKernelInstanceUniqueId() (Inherited from XppObjectBase)
getOciServiceName()

Retrieves the Oracle service name that is stored in the LoginProperty class.

getOther()

Retrieves the additional logon parameters that are stored in the LoginProperty class.

getServer()

Retrieves the server name that is stored in the LoginProperty class.

getTcpIpPort()

Retrieves the TCP/IP port that is stored in the LoginProperty class.

getTimeOutTimerHandle() (Inherited from XppObjectBase)
getUsePredefinedService()

Returns whether the loginProperty class is set to use a predefined Oracle service instead of specifying the server and database information on the loginProperty class.

getXppProxyReference(Type) (Inherited from XppObjectBase)
handle()
IsManagedValid() (Inherited from XppObjectBase)
kernelhandle()
KernelInstanceDisposed() (Inherited from XppObjectBase)
MakeReflectionCall(String, Object[]) (Inherited from XppObjectBase)
newmethod()

Initializes a new instance of the LoginProperty class.

notify() (Inherited from XppObjectBase)
notifyAll() (Inherited from XppObjectBase)
objectOnServer()
Obsolete.
(Inherited from XppObjectBase)
setDatabase(String)

Sets the name of the database to log on to.

setDSN(String)

Sets the DSN that is used to access the data source.

setOciServiceName(String)

Specifies an Oracle service name.

setOther(String)

Sets additional nonstandard logon parameters that are stored in the LoginProperty class.

setServer(String)

Sets the name of the server on which the database resides.

setTcpIpPort(String)

Specifies which TCP/IP port is used to connect to Oracle.

setTimeOut(String, Int32)
Obsolete.
(Inherited from XppObjectBase)
setTimeOut(String, Int32, Boolean)
Obsolete.
(Inherited from XppObjectBase)
setUsePredefinedService(Boolean)

Specifies whether to use a predefined Oracle service (created by using Oracle network configuration tools) for the connection information, or whether it will be specified in the loginProperty class.

usageCount() (Inherited from XppObjectBase)
VerifyKernelClass() (Inherited from XppObjectBase)
wait() (Inherited from XppObjectBase)
Xml() (Inherited from XppObjectBase)
Xml(Int32) (Inherited from XppObjectBase)

Applies to