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 命名空间