Compartilhar via


Propriedade do RDL ParentDependencies

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property ParentDependencies As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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