Partager via


ErrorConfiguration.NullKeyConvertedToUnknown Property

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(ErrorOption.IgnoreError)> _
<NotifyParentPropertyAttribute(True)> _
Public Property NullKeyConvertedToUnknown As ErrorOption
[DefaultValueAttribute(ErrorOption.IgnoreError)] 
[NotifyParentPropertyAttribute(true)] 
public ErrorOption NullKeyConvertedToUnknown { get; set; }
[DefaultValueAttribute(ErrorOption::IgnoreError)] 
[NotifyParentPropertyAttribute(true)] 
public:
property ErrorOption NullKeyConvertedToUnknown {
    ErrorOption get ();
    void set (ErrorOption value);
}
/** @property */
public ErrorOption get_NullKeyConvertedToUnknown ()

/** @property */
public void set_NullKeyConvertedToUnknown (ErrorOption value)
public function get NullKeyConvertedToUnknown () : ErrorOption

public function set NullKeyConvertedToUnknown (value : ErrorOption)

Valeur de propriété

An enumeration that corresponds to the allowed values for NullKeyConvertedToUnknown.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace