Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ErrorOption
An enumeration that corresponds to the allowed values for NullKeyNotAllowed.