次の方法で共有


AlterDatabaseAddFileStatement.FileDeclarations プロパティ

データベースに追加するファイルの宣言を取得または設定します。

名前空間:  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>
データベースに追加するファイルの宣言。

関連項目

参照

AlterDatabaseAddFileStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間