Propriedade do RDL IsReadOnly
Gets a value that indicates whether the filegroup is read-only.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the filegroup is read-only; otherwise, false.
Consulte também