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.