Compartir a través de


BackupSet.IsCopyOnly Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsCopyOnly As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo