Share via


ISqlFilegroup.IsReadOnly Property

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

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsReadOnly As Boolean
bool IsReadOnly { get; set; }
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
abstract IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlFilegroup Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace