Propriedade do RDL KeyErrorLimitAction
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.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property KeyErrorLimitAction As KeyErrorLimitAction
Get
Set
'Uso
Dim instance As ErrorConfiguration
Dim value As KeyErrorLimitAction
value = instance.KeyErrorLimitAction
instance.KeyErrorLimitAction = value
public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
public:
property KeyErrorLimitAction KeyErrorLimitAction {
KeyErrorLimitAction get ();
void set (KeyErrorLimitAction value);
}
member KeyErrorLimitAction : KeyErrorLimitAction with get, set
function get KeyErrorLimitAction () : KeyErrorLimitAction
function set KeyErrorLimitAction (value : KeyErrorLimitAction)
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .KeyErrorLimitAction
The enumeration that corresponds to the allowed values for KeyErrorLimitAction.