Partager via


Propriété AdomdCommand.CommandTimeout

Obtient ou définit la durée d'attente d'exécution d'une commande avant que le AdomdCommand arrête d'essayer d'exécuter la commande et génère une erreur.

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

Syntaxe

'Déclaration
Public Property CommandTimeout As Integer 
    Get 
    Set
'Utilisation
Dim instance As AdomdCommand 
Dim value As Integer 

value = instance.CommandTimeout

instance.CommandTimeout = value
public int CommandTimeout { get; set; }
public:
virtual property int CommandTimeout {
    int get () sealed;
    void set (int value) sealed;
}
abstract CommandTimeout : int with get, set 
override CommandTimeout : int with get, set
final function get CommandTimeout () : int 
final function set CommandTimeout (value : int)

Valeur de propriété

Type : Int32
Durée d'attente, en secondes, pour la commande à exécuter.

Implémente

IDbCommandCommandTimeout

Exceptions

Exception Condition
ArgumentException

La propriété est définie sur un nombre inférieur à zéro (0).

Notes

Si cette propriété est définie sur zéro (0), AdomdCommand attend indéfiniment lors de la tentative d'exécution d'une commande. Ce paramètre n'est pas recommandé.

Voir aussi

Référence

AdomdCommand Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer