Класс DependencyResult
Defines the dependent object affected by the planned operation in the object calling DependenciesCalculator. This class cannot be inherited.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.DependencyResult
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class DependencyResult
'Применение
Dim instance As DependencyResult
public sealed class DependencyResult
public ref class DependencyResult sealed
[<SealedAttribute>]
type DependencyResult = class end
public final class DependencyResult
Тип DependencyResult обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Dependent | Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator. | |
Description | Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator. | |
Type | Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Добавления: 17 июля 2006 г.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.