ErrorConfiguration.KeyNotFound Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets how Analysis Services responds when it encounters a referential integrity error.

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

Syntax

public ErrorOption KeyNotFound { get; set; }
public:
property ErrorOption KeyNotFound {
    ErrorOption get();
    void set(ErrorOption value);
}
member KeyNotFound : ErrorOption with get, set
Public Property KeyNotFound As ErrorOption

Property Value

Type: Microsoft.AnalysisServices.ErrorOption

An enumeration that corresponds to the allowed values for KeyNotFound.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top