Partager via


Propriété DependencyTree.DependsOnParents

Gets or sets a value that indicates whether the Dependency Tree depends on parent objects.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Friend Property DependsOnParents As Boolean 
    Get 
    Set
'Utilisation
Dim value As Boolean 

value = Me.DependsOnParents 

Me.DependsOnParents = value
protected internal bool DependsOnParents { get; set; }
protected public:
property bool DependsOnParents {
    bool get ();
    void set (bool value);
}
member DependsOnParents : bool with get, set
function get DependsOnParents () : boolean 
function set DependsOnParents (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the Dependency Tree depends on parent objects; otherwise, false.

Voir aussi

Référence

DependencyTree Classe

Espace de noms Microsoft.SqlServer.Management.Smo