ServerConnection.TransactionDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供物件模型計算的交易深度。 這不包括任何可能在伺服器上啟動的交易,或是透過使用 ExecuteNonQuery 方法發出 BEGIN TRAN 所引發的交易。
public int TransactionDepth { get; }
member this.TransactionDepth : int
Public ReadOnly Property TransactionDepth As Integer