Propriedade do RDL DependencyTree.DependsOnParents

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Friend Property DependsOnParents As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DependencyTree Classe

Namespace Microsoft.SqlServer.Management.Smo