SqlBatch.Transaction Property

Definition

Gets or sets the SqlTransaction within which the SqlBatch commands execute.

public:
 property Microsoft::Data::SqlClient::SqlTransaction ^ Transaction { Microsoft::Data::SqlClient::SqlTransaction ^ get(); void set(Microsoft::Data::SqlClient::SqlTransaction ^ value); };
public Microsoft.Data.SqlClient.SqlTransaction Transaction { get; set; }
member this.Transaction : Microsoft.Data.SqlClient.SqlTransaction with get, set
Public Property Transaction As SqlTransaction

Property Value

Applies to