Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SACommand が実行される SATransaction オブジェクトを指定します。
Public Shadows Property Transaction As SATransaction
public new SATransaction Transaction {get;set;}
デフォルト値は NULL 参照です。Visual Basic では、これは Nothing です。
Transaction プロパティがすでに特定の値に設定されていて、コマンドが実行されている場合、このプロパティは設定できません。SACommand オブジェクトと同じ SAConnection オブジェクトに接続されていない SATransaction オブジェクトに対して Transaction プロパティを設定した場合、次に文を実行しようとすると例外がスローされます。
詳細については、Transaction 処理を参照してください。