SqlServerDatabaseDataSource interface
The sql server database data source.
- Extends
Properties
| kind | |
| properties | The properties of sql server database. |
Inherited Properties
| creation |
The creation type. |
Property Details
kind
kind: "SqlServerDatabase"
Property Value
"SqlServerDatabase"
properties
The properties of sql server database.
properties?: SqlServerDatabaseProperties
Property Value
Inherited Property Details
creationType
The creation type.
creationType?: "Manual" | "AutoNative" | "AutoManaged"
Property Value
"Manual" | "AutoNative" | "AutoManaged"
Inherited From DataSourceParent.creationType