Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.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)
Property Value
Type: System.Boolean
true to discover parent dependencies; false to discover children dependencies.