Share via


DenyStatement.CascadeOption Property

Gets or sets whether CASCADE is defined.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property CascadeOption As Boolean
'Usage
Dim instance As DenyStatement 
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);
}
public function get CascadeOption () : boolean 
public function set CascadeOption (value : boolean)

Property Value

Type: System.Boolean
Returns True if CASCADE is defined; otherwise, False.

.NET Framework Security

See Also

Reference

DenyStatement Class

DenyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace