共用方式為


BackupSet.BeginsLogChain 屬性

Gets a value that indicates whether the backup set is the first in a continuous chain of log backups.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property BeginsLogChain As Boolean 
    Get
'用途
Dim instance As BackupSet 
Dim value As Boolean 

value = instance.BeginsLogChain
public bool BeginsLogChain { get; }
public:
property bool BeginsLogChain {
    bool get ();
}
member BeginsLogChain : bool
function get BeginsLogChain () : boolean

屬性值

型別:System.Boolean
true if the backup set is the first in a continuous chain of log backups; otherwise, false.

請參閱

參考

BackupSet 類別

Microsoft.SqlServer.Management.Smo 命名空間