Condividi tramite


Proprietà BackupSet.HasBulkLoggedData

Gets a value that indicates whether the backup contains bulk-logged data.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasBulkLoggedData As Boolean 
    Get
'Utilizzo
Dim instance As BackupSet 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
true if this instance has bulk logged data; otherwise, false.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo