Propriété BackupSet.IsCopyOnly
Gets a value that indicates whether the backup set is copy-only.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsCopyOnly As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if this instance is copy-only; otherwise, false.