ErrorConfiguration.KeyNotFound Property

Gets or sets how Microsoft?SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error.

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

Syntax

'Declaration
Public Property KeyNotFound As ErrorOption 
    Get 
    Set
'Usage
Dim instance As ErrorConfiguration 
Dim value As ErrorOption 

value = instance.KeyNotFound

instance.KeyNotFound = value
public ErrorOption KeyNotFound { get; set; }
public:
property ErrorOption KeyNotFound {
    ErrorOption get ();
    void set (ErrorOption value);
}
member KeyNotFound : ErrorOption with get, set
function get KeyNotFound () : ErrorOption 
function set KeyNotFound (value : ErrorOption)

Property Value

Type: Microsoft.AnalysisServices.ErrorOption
An enumeration that corresponds to the allowed values for KeyNotFound.

See Also

Reference

ErrorConfiguration Class

Microsoft.AnalysisServices Namespace