DependencyResult.Type 属性

Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property Type As DependencyType 
    Get
用法
Dim instance As DependencyResult 
Dim value As DependencyType 

value = instance.Type
public DependencyType Type { get; }
public:
property DependencyType Type {
    DependencyType get ();
}
member Type : DependencyType
function get Type () : DependencyType

属性值

类型:Microsoft.AnalysisServices.DependencyType
The DependencyType value for dependent object.

请参阅

参考

DependencyResult 类

Microsoft.AnalysisServices 命名空间