DependencyTree.DependsOnParents Property
Gets or sets a value that indicates whether the Dependency Tree depends on parent objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Protected Friend Property DependsOnParents As Boolean
Get
Set
'Kullanım
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)
Property Value
Type: System.Boolean
True if the Dependency Tree depends on parent objects; otherwise, false.