BackupSet.BackupSetType 속성
Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property BackupSetType As BackupSetType
Get
‘사용 방법
Dim instance As BackupSet
Dim value As BackupSetType
value = instance.BackupSetType
public BackupSetType BackupSetType { get; }
public:
property BackupSetType BackupSetType {
BackupSetType get ();
}
member BackupSetType : BackupSetType
function get BackupSetType () : BackupSetType
속성 값
유형: Microsoft.SqlServer.Management.Smo.BackupSetType
The type of the backup set.