Sdílet prostřednictvím


AlterDatabaseAddFileStatement.FileDeclarations – vlastnost

Získá seznam souborů, které chcete přidat do databáze.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
    Get
public IList<FileDeclaration> FileDeclarations { get; }
public:
property IList<FileDeclaration^>^ FileDeclarations {
    IList<FileDeclaration^>^ get ();
}
member FileDeclarations : IList<FileDeclaration>
function get FileDeclarations () : IList<FileDeclaration>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<FileDeclaration>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterDatabaseAddFileStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů