Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.