ErrorConfiguration.NullKeyNotAllowed Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the property that determines how Analysis Services processing engine handles a null key error encountered during processing.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ErrorOption

An enumeration that corresponds to the allowed values for NullKeyNotAllowed.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top