Condividi tramite


Proprietà DependencyResult.Type

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As DependencyType 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.DependencyType
The DependencyType value for dependent object.

Vedere anche

Riferimento

DependencyResult Classe

Spazio dei nomi Microsoft.AnalysisServices