ErrorConfiguration.KeyErrorLimitAction Property
Gets or sets the action Microsoft SQL Server 2005 Analysis Services (SSAS) takes when the key error count that is specified in the KeyErrorLimit element is reached.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)> _
<NotifyParentPropertyAttribute(True)> _
Public Property KeyErrorLimitAction As KeyErrorLimitAction
[DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)]
[NotifyParentPropertyAttribute(true)]
public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
[DefaultValueAttribute(KeyErrorLimitAction::StopProcessing)]
[NotifyParentPropertyAttribute(true)]
public:
property KeyErrorLimitAction KeyErrorLimitAction {
KeyErrorLimitAction get ();
void set (KeyErrorLimitAction value);
}
/** @property */
public KeyErrorLimitAction get_KeyErrorLimitAction ()
/** @property */
public void set_KeyErrorLimitAction (KeyErrorLimitAction value)
public function get KeyErrorLimitAction () : KeyErrorLimitAction
public function set KeyErrorLimitAction (value : KeyErrorLimitAction)
Valeur de propriété
The enumeration that corresponds to the allowed values for KeyErrorLimitAction.
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