Share via


BackupSet.IsCopyOnly-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property IsCopyOnly As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace