Relationship.ProcessingState 속성

Gets or sets the processing state of the specified relationship.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ProcessingState As ProcessingState 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

Relationship 클래스

Microsoft.AnalysisServices 네임스페이스