Relationship.ProcessingState Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the processing state of the specified relationship.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
public ProcessingState ProcessingState { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
property ProcessingState ProcessingState {
    ProcessingState get();
    void set(ProcessingState value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
member ProcessingState : ProcessingState with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
Public Property ProcessingState As ProcessingState

Property Value

Type: Microsoft.AnalysisServices.ProcessingState

The processing state of the specified relationship.

See Also

Relationship Class
Microsoft.AnalysisServices Namespace

Return to top