LogicalName Element for FileSpec (ADF)
Specifies the logical name of an application database data file.
Синтаксис
<Database>
<NamedFileGroup>
...
<FileSpec>
<LogicalName>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
string, between 1 and 260 characters in length. |
Default value |
None. |
Occurrence |
Required once per FileSpec element. |
Updates |
Cannot be added, deleted, or modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Замечания
You must specify the logical name of the application database data file in the LogicalName element. The logical name is used to refer to the file when managing the data file.
Пример
The following example shows how to name an application database data file.
<LogicalName>NSData</LogicalName>
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Определение базы данных приложений
CREATE DATABASE (Transact-SQL)
Обновление экземпляров и приложений