Partager via


Propriété DenyStatement80.CascadeOption

Gets or sets whether the CASCADE option is defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property CascadeOption As Boolean 
    Get 
    Set
'Utilisation
Dim instance As DenyStatement80 
Dim value As Boolean 

value = instance.CascadeOption

instance.CascadeOption = value
public bool CascadeOption { get; set; }
public:
property bool CascadeOption {
    bool get ();
    void set (bool value);
}
member CascadeOption : bool with get, set
function get CascadeOption () : boolean 
function set CascadeOption (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the CASCADE option is defined; otherwise, false.

Voir aussi

Référence

DenyStatement80 Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom