Свойство AlterDatabaseAddFileStatement.FileDeclarations

Gets or sets the declarations of file to be added to the database.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property FileDeclarations As IList(Of FileDeclaration)
    Get
'Применение
Dim instance As AlterDatabaseAddFileStatement 
Dim value As IList(Of FileDeclaration)

value = instance.FileDeclarations
public IList<FileDeclaration> FileDeclarations { get; }
public:
property IList<FileDeclaration^>^ FileDeclarations {
    IList<FileDeclaration^>^ get ();
}
member FileDeclarations : IList<FileDeclaration>
function get FileDeclarations () : IList<FileDeclaration>

Значение свойства

Тип: System.Collections.Generic.IList<FileDeclaration>
The declarations of file to be added to the database.

См. также

Справочник

AlterDatabaseAddFileStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom