BackupRestoreFileInfo.Items 属性

获取文件或文件组的列表(如果未指定 read_write_filegroups 类型)。

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

语法

声明
Public ReadOnly Property Items As IList(Of Literal)
    Get
public IList<Literal> Items { get; }
public:
property IList<Literal^>^ Items {
    IList<Literal^>^ get ();
}
member Items : IList<Literal>
function get Items () : IList<Literal>

属性值

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

.NET Framework 安全性

请参见

参考

BackupRestoreFileInfo 类

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