Condividi tramite


Proprietà BackupSet.IsCopyOnly

Gets a value that indicates whether the backup set is copy-only.

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

Sintassi

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

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

Valore proprietà

Tipo: System.Boolean
true if this instance is copy-only; otherwise, false.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo