ErrorConfiguration.NullKeyConvertedToUnknown Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the action to be taken when a null conversion error is encountered.

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

Syntax

[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(ErrorOption.IgnoreError)]
public ErrorOption NullKeyConvertedToUnknown { get; set; }
public:
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(ErrorOption::IgnoreError)]
property ErrorOption NullKeyConvertedToUnknown {
    ErrorOption get();
    void set(ErrorOption value);
}
[<NotifyParentPropertyAttribute(true)>]
[<DefaultValueAttribute(ErrorOption.IgnoreError)>]
member NullKeyConvertedToUnknown : ErrorOption with get, set
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute(ErrorOption.IgnoreError)>
Public Property NullKeyConvertedToUnknown As ErrorOption

Property Value

Type: Microsoft.AnalysisServices.ErrorOption

An enumeration that corresponds to the allowed values for NullKeyConvertedToUnknown.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top