ISqlFilegroup.Files 属性

获取此文件组中存储的文件的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Files As IList(Of ISqlFile)
    Get
IList<ISqlFile> Files { get; }
property IList<ISqlFile^>^ Files {
    IList<ISqlFile^>^ get ();
}
abstract Files : IList<ISqlFile>
function get Files () : IList<ISqlFile>

属性值

类型:System.Collections.Generic.IList<ISqlFile>

.NET Framework 安全性

请参见

参考

ISqlFilegroup 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间