Dela via


DenyStatement80.CascadeOption Property

Gets or sets whether the CASCADE option 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 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);
}
public function get CascadeOption () : boolean 
public function set CascadeOption (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

DenyStatement80 Class

DenyStatement80 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace