Compartir a través de


IsReadOnly Propiedad

Gets a value that indicates whether the filegroup is read-only.

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

Sintaxis

'Declaración
ReadOnly Property IsReadOnly As Boolean
    Get
'Uso
Dim instance As IFileGroup
Dim value As Boolean

value = instance.IsReadOnly
bool IsReadOnly { get; }
property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool
function get IsReadOnly () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the filegroup is read-only; otherwise, false.