BackupRestoreFileInfo.Items 属性
Gets or sets a list of files or file groups to include in the database backup or restore (if the read_write_filegroups kind was not specified).
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Items As IList(Of ValueExpression)
Get
用法
Dim instance As BackupRestoreFileInfo
Dim value As IList(Of ValueExpression)
value = instance.Items
public IList<ValueExpression> Items { get; }
public:
property IList<ValueExpression^>^ Items {
IList<ValueExpression^>^ get ();
}
member Items : IList<ValueExpression>
function get Items () : IList<ValueExpression>
属性值
类型:System.Collections.Generic.IList<ValueExpression>
A list of files or file groups.