Propriedade do RDL Detachable
Reports whether the database can be detached.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property Detachable As Boolean
Get
'Uso
Dim instance As DacDatabaseInformation
Dim value As Boolean
value = instance.Detachable
public bool Detachable { get; }
public:
property bool Detachable {
bool get ();
}
member Detachable : bool
function get Detachable () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the database can be detached. If True, the database can be detached.
Consulte também