Propriété IsReadOnly
Gets a value that indicates whether the filegroup is read-only.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsReadOnly As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the filegroup is read-only; otherwise, false.
Voir aussi