Proprietà ISqlDatabaseOptions.IsReadOnly
Ottiene o imposta un valore che indica se lo stato di aggiornamento è READ_ONLY.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property IsReadOnly As Boolean
Get
Set
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)
Valore proprietà
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.