Compartir a través de


Clase DependencyResult

Defines the dependent object affected by the planned operation in the object calling DependenciesCalculator. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.DependencyResult

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class DependencyResult
'Uso
Dim instance As DependencyResult
public sealed class DependencyResult
public ref class DependencyResult sealed
[<SealedAttribute>]
type DependencyResult =  class end
public final class DependencyResult

El tipo DependencyResult expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Dependent Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Propiedad pública Description Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.
Propiedad pública Type Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Nuevo:   17 de julio de 2006

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices