Aracılığıyla paylaş


AlterDatabaseAddFileStatement.FileDeclarations Özellik

Veritabanına eklemek için dosyaların bir listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<FileDeclaration>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterDatabaseAddFileStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı