AlterDatabaseRemoveFileStatement.File Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the file to be removed from the database.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Identifier File { get; set; }
public:
property Identifier^ File {
    Identifier^ get();
    void set(Identifier^ value);
}
member File : Identifier with get, set
Public Property File As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The file to be removed from the database.

See Also

AlterDatabaseRemoveFileStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top