AlterDatabaseAddFileStatement.FileDeclarations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Files to add to database.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.FileDeclaration> FileDeclarations { get; }
member this.FileDeclarations : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.FileDeclaration>
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)