DependencyTree.DependsOnParents 屬性
Gets or sets a value that indicates whether the Dependency Tree depends on parent objects.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Friend Property DependsOnParents As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
True if the Dependency Tree depends on parent objects; otherwise, false.