Condividi tramite


Proprietà ParentDependencies

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.Gets or sets a value indicating whether to discover parent dependencies or children dependencies.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ParentDependencies As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

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