Partager via


Propriété DropAssemblyStatement.WithNoDependents

Gets or sets whether WITH NO DEPENDENTS is defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property WithNoDependents As Boolean 
    Get 
    Set
'Utilisation
Dim instance As DropAssemblyStatement 
Dim value As Boolean 

value = instance.WithNoDependents

instance.WithNoDependents = value
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
True if WITH NO DEPENDENTS is defined; otherwise, false.

Voir aussi

Référence

DropAssemblyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom