Compartilhar via


Propriedade do RDL Relationship.ProcessingState

Gets or sets the processing state of the specified relationship.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property ProcessingState As ProcessingState 
    Get 
    Set
'Uso
Dim instance As Relationship 
Dim value As ProcessingState 

value = instance.ProcessingState

instance.ProcessingState = value
public ProcessingState ProcessingState { get; set; }
public:
property ProcessingState ProcessingState {
    ProcessingState get ();
    void set (ProcessingState value);
}
member ProcessingState : ProcessingState with get, set
function get ProcessingState () : ProcessingState 
function set ProcessingState (value : ProcessingState)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ProcessingState
The processing state of the specified relationship.

Consulte também

Referência

Relationship Classe

Namespace Microsoft.AnalysisServices