Proprietà ISqlView.IsWithCheckOption
Ottiene o imposta un valore che modella l'opzione WITH CHECK OPTION.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property IsWithCheckOption As Boolean
Get
Set
bool IsWithCheckOption { get; set; }
property bool IsWithCheckOption {
bool get ();
void set (bool value);
}
abstract IsWithCheckOption : bool with get, set
function get IsWithCheckOption () : boolean
function set IsWithCheckOption (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.