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 命名空間