Proprietà DropAssemblyStatement.WithNoDependents

Ottiene o imposta un valore che indica se WITH NO DEPENDENTS è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property WithNoDependents As Boolean
    Get
    Set
public bool WithNoDependents { get; set; }
public:
property bool WithNoDependents {
    bool get ();
    void set (bool value);
}
member WithNoDependents : bool with get, set
function get WithNoDependents () : boolean
function set WithNoDependents (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se WITH NO DEPENDENTS è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropAssemblyStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql