Name | Description | |
---|---|---|
![]() | Database Constructor |
The following tables list the members exposed by Database.
Name | Description | |
---|---|---|
![]() | Database Constructor |
Name | Description | |
---|---|---|
![]() | Created | Contains the date and time that the Database was created. |
![]() | DataServerName | (Required) Contains the name of the Data Server on which this Database is located. |
![]() | DataServerSid | Contains the Data Server Sequential Identifier (SID), which uniquely identifies the Data Server on which this Database is located. |
![]() | Description | (Optional) Contains a description of this Database. |
![]() | Growth | (Optional) Contains the maximum size (in KB) of this Database. |
![]() | GrowthUnit | (Optional) Contains the unit (KB) in which you have expressed the maximum size of this Database in the Growth property. |
![]() | LdfFilePath | (Optional) Contains the path to log data (LDF) files for this Database. |
![]() | MdfFilePath | (Required for SubmitAttachDatabaseRequest) Contains the default path to primary data (MDF) files for this Database. |
![]() | Name | (Required) Contains the name of this Database. |
![]() | Registered | Indicates whether this Database is registered. |
![]() | Sid | Contains the Touchstone®-generated Sequential Identifier (SID) that uniquely identifies this Database. |
![]() | Size | Contains the size (in KB) of this Database. |
![]() | Status | Contains the status of this Database: ONLINE or UNKNOWN . |
![]() | Type | (Required) Contains the type of this Database: EXP (exposure) or RES (results). |
![]() | Version | Contains the version of this Database. |