Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Specifies the logical name of an application database log file.
Syntax
<Database>
...
<LogFile>
<LogicalName>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
string, between 1 and 128 characters in length. |
Default value |
None. |
Occurrence |
Required once per LogFile element. |
Updates |
Cannot be added, deleted, or modified when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Remarks
You must specify the logical name of the application database log file in the LogicalName element. The logical name is used to refer to log file during any management tasks that use the log.
For more information, see the logical_file_name parameter in the CREATE DATABASE (Transact-SQL) topic.
Example
The following example shows how to name an application database log file.
<LogicalName>StockLog</LogicalName>
See Also
Reference
Application Definition File Reference
Other Resources
Defining the Application Database
CREATE DATABASE (Transact-SQL)
Updating Instances and Applications