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