LoginProperty.setDSN(String) Method
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.
Sets the DSN that is used to access the data source.
public:
virtual void setDSN(System::String ^ _datasourceName);
public virtual void setDSN (string _datasourceName);
abstract member setDSN : string -> unit
override this.setDSN : string -> unit
Public Overridable Sub setDSN (_datasourceName As String)
Parameters
- _datasourceName
- String
The name of the data source.