Member Junction
Preparing search index...
@memberjunction/server
DataSourceInfo
Class DataSourceInfo
Index
Constructors
constructor
Properties
database
data
Source
host
instance?
port
type
user
Name
Constructors
constructor
new
DataSourceInfo
(
init
:
{
database
:
string
;
dataSource
:
ConnectionPool
;
host
:
string
;
port
:
number
;
type
:
"Admin"
|
"Read-Write"
|
"Read-Only"
|
"Other"
;
userName
:
string
;
}
,
)
:
DataSourceInfo
Parameters
init
:
{
database
:
string
;
dataSource
:
ConnectionPool
;
host
:
string
;
port
:
number
;
type
:
"Admin"
|
"Read-Write"
|
"Read-Only"
|
"Other"
;
userName
:
string
;
}
Returns
DataSourceInfo
Properties
database
database
:
string
data
Source
dataSource
:
ConnectionPool
host
host
:
string
Optional
instance
instance
?:
string
port
port
:
number
type
type
:
"Admin"
|
"Read-Write"
|
"Read-Only"
|
"Other"
user
Name
userName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
database
data
Source
host
instance
port
type
user
Name
Member Junction
Loading...