ParentDependencies Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.Gets or sets a value indicating whether to discover parent dependencies or children dependencies.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true to discover parent dependencies; false to discover children dependencies.
Vea también