Share via


IFileGroup.IsReadOnly Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
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

Property Value

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