Share via


LoginProperty.setUsePredefinedService(Boolean) Method

Definition

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.

public:
 virtual void setUsePredefinedService(bool _newValue);
public virtual void setUsePredefinedService (bool _newValue);
abstract member setUsePredefinedService : bool -> unit
override this.setUsePredefinedService : bool -> unit
Public Overridable Sub setUsePredefinedService (_newValue As Boolean)

Parameters

_newValue
Boolean

A Boolean value that indicates whether to use a predefined Oracle service.

Remarks

By default, a predefined service is not used.

Applies to