SqlOperation.SuppressTransaction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出這個語句是否應該在用來進行移轉程式交易的交易範圍之外執行。 如果設定為 true,如果移轉程式失敗,將不會回復此作業。
public virtual bool SuppressTransaction { get; set; }
member this.SuppressTransaction : bool with get, set
Public Overridable Property SuppressTransaction As Boolean