Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the file to be removed from the database.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property File As Identifier
Get
Set
'Применение
Dim instance As AlterDatabaseRemoveFileStatement
Dim value As Identifier
value = instance.File
instance.File = value
public Identifier File { get; set; }
public:
property Identifier^ File {
Identifier^ get ();
void set (Identifier^ value);
}
member File : Identifier with get, set
function get File () : Identifier
function set File (value : Identifier)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The file to be removed from the database.