Partager via


SqlException.BatchCommand Propriété

Définition

Obtient le instance BatchCommand qui a généré l’erreur ou null si l’exception n’a pas été levée à partir d’un lot.

public:
 property Microsoft::Data::SqlClient::SqlBatchCommand ^ BatchCommand { Microsoft::Data::SqlClient::SqlBatchCommand ^ get(); };
public Microsoft.Data.SqlClient.SqlBatchCommand BatchCommand { get; }
member this.BatchCommand : Microsoft.Data.SqlClient.SqlBatchCommand
Public ReadOnly Property BatchCommand As SqlBatchCommand

Valeur de propriété

Objet BatchCommand ou null

S’applique à

Voir aussi