Свойство IsReadOnly

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsReadOnly As Boolean
    Get
'Применение
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

Значение свойства

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