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.

참고 항목

참조

BackupRestoreFileInfo 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스