Share via


LoginProperty.getDSN Method

Definition

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

public:
 virtual System::String ^ getDSN();
public virtual string getDSN ();
abstract member getDSN : unit -> string
override this.getDSN : unit -> string
Public Overridable Function getDSN () As String

Returns

The DSN.

Applies to