Partager via


DropAssemblyStatement.WithNoDependents, propriété

Obtient ou définit si WITH NO DEPENDENTS est défini.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si WITH NO DEPENDENTS est défini ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

DropAssemblyStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms