Propriedade ISqlView.IsWithCheckOption
Obtém ou define um valor que modela a opção WITH CHECK OPTION.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.