Server.BeginTransaction Method ()

 

Applies To: SQL Server 2016 Preview

Starts a transaction on the server.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public void BeginTransaction()
public:
void BeginTransaction()
member BeginTransaction : unit -> unit
Public Sub BeginTransaction

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top