Propriedade IsReadOnly
Gets the Boolean property value that specifies whether the data file is read-only or can be updated.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsReadOnly As Boolean
Get
'Uso
Dim instance As DataFile
Dim value As Boolean
value = instance.IsReadOnly
[SfcPropertyAttribute]
public bool IsReadOnly { get; }
[SfcPropertyAttribute]
public:
property bool IsReadOnly {
bool get ();
}
[<SfcPropertyAttribute>]
member IsReadOnly : bool
function get IsReadOnly () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the data file is read-only or can be updated.
If True, the data file is read-only. Otherwise, False (default).
Consulte também