OutOfSyncException(ObjectReference) Constructor

Definition

Initializes a new instance of the OutOfSyncException class.

public OutOfSyncException (Microsoft.AnalysisServices.ObjectReference unknownReference);
new Microsoft.AnalysisServices.OutOfSyncException : Microsoft.AnalysisServices.ObjectReference -> Microsoft.AnalysisServices.OutOfSyncException
Public Sub New (unknownReference As ObjectReference)

Parameters

unknownReference
ObjectReference

The unknown reference.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to