IDTSBulkInsertTask.TableLock Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si la table est verrouillée pendant l'opération d'insertion en bloc.
public:
property bool TableLock { bool get(); void set(bool value); };
public bool TableLock { get; set; }
member this.TableLock : bool with get, set
Public Property TableLock As Boolean
Valeur de propriété
true si vous souhaitez verrouiller la table pendant l’insertion en bloc ; false si vous ne voulez pas le verrouiller.
Remarques
Pour plus d’informations, consultez BulkInsertTask.