Freigeben über


ParentDependencies-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.Gets or sets a value indicating whether to discover parent dependencies or children dependencies.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property ParentDependencies As Boolean
    Get
    Set
'Usage
Dim instance As DependencyRequest
Dim value As Boolean

value = instance.ParentDependencies

instance.ParentDependencies = value
public bool ParentDependencies { get; set; }
public:
property bool ParentDependencies {
    bool get ();
    void set (bool value);
}
member ParentDependencies : bool with get, set
function get ParentDependencies () : boolean
function set ParentDependencies (value : boolean)

Eigenschaftswert

Typ: System. . :: . .Boolean
true to discover parent dependencies; false to discover children dependencies.