Partager via


Propriété ErrorConfiguration.NullKeyNotAllowed

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.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property NullKeyNotAllowed As ErrorOption 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ErrorConfiguration Classe

Espace de noms Microsoft.AnalysisServices