BackupRestoreFileInfo.ItemKind 속성

Gets or sets a value that specifies if items are files, file groups, page or read_write_filegroups.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property ItemKind As BackupRestoreItemKind 
    Get 
    Set
‘사용 방법
Dim instance As BackupRestoreFileInfo 
Dim value As BackupRestoreItemKind 

value = instance.ItemKind

instance.ItemKind = value
public BackupRestoreItemKind ItemKind { get; set; }
public:
property BackupRestoreItemKind ItemKind {
    BackupRestoreItemKind get ();
    void set (BackupRestoreItemKind value);
}
member ItemKind : BackupRestoreItemKind with get, set
function get ItemKind () : BackupRestoreItemKind 
function set ItemKind (value : BackupRestoreItemKind)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.BackupRestoreItemKind
A value that specifies if items are files, file groups, page or read_write_filegroups.

참고 항목

참조

BackupRestoreFileInfo 클래스

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