Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property that determines how the Microsoft?SQL Server 2005 Analysis Services (SSAS) processing engine handles a null key error encountered during processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property NullKeyNotAllowed As ErrorOption
Get
Set
'Usage
Dim instance As ErrorConfiguration
Dim value As ErrorOption
value = instance.NullKeyNotAllowed
instance.NullKeyNotAllowed = value
public ErrorOption NullKeyNotAllowed { get; set; }
public:
property ErrorOption NullKeyNotAllowed {
ErrorOption get ();
void set (ErrorOption value);
}
member NullKeyNotAllowed : ErrorOption with get, set
function get NullKeyNotAllowed () : ErrorOption
function set NullKeyNotAllowed (value : ErrorOption)
Property Value
Type: Microsoft.AnalysisServices.ErrorOption
An enumeration that corresponds to the allowed values for NullKeyNotAllowed.