AlterDatabaseAddFileStatement.FileDeclarations Property
Gets a list of files to add to the database.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
public IList<FileDeclaration> FileDeclarations { get; }
public:
property IList<FileDeclaration^>^ FileDeclarations {
IList<FileDeclaration^>^ get ();
}
member FileDeclarations : IList<FileDeclaration>
function get FileDeclarations () : IList<FileDeclaration>
Property Value
Type: System.Collections.Generic.IList<FileDeclaration>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.