SqlBatch.Transaction Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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