Compartir a través de


ISqlView.IsWithCheckOption (Propiedad)

Obtiene o establece un valor que modela la opción WITH CHECK OPTION.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlView Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)