Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
true if this instance is copy-only; otherwise, false.