Partager via


Propriété ParentDependencies

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.Gets or sets a value indicating whether to discover parent dependencies or children dependencies.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property ParentDependencies As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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