C# 클래스 Elastacloud.AzureManagement.Fluent.SqlAzure.Classes.SqlAzureTransaction

Able to perpetuate a transaction for a SqlAzure database - only works one way
상속: IServiceTransaction
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
Commit ( ) : dynamic

Used to commit the transaction data

Rollback ( ) : void

Used to rollback the transaction in the event of failure

SqlAzureTransaction ( SqlAzureManager manager ) : System

비공개 메소드들

메소드 설명
AddNewSqlServer ( ) : string

Creates an executes an Add new Sql Azure Server instance command

DeleteSqlServer ( ) : void
ExecuteBatchNonQuery ( string sql, SqlConnection conn ) : void
ExecuteCommand ( SqlConnection connection, IEnumerable sql ) : void

Executes a set of commands against a Sql database

ExecuteScripts ( SqlConnection connection ) : void

Executes a set of scripts against a Sql Azure database

GetConnection ( string dbName ) : SqlConnection

Gets a connection to a Sql Database

메소드 상세

Commit() 공개 메소드

Used to commit the transaction data
public Commit ( ) : dynamic
리턴 dynamic

Rollback() 공개 메소드

Used to rollback the transaction in the event of failure
public Rollback ( ) : void
리턴 void

SqlAzureTransaction() 공개 메소드

public SqlAzureTransaction ( SqlAzureManager manager ) : System
manager SqlAzureManager
리턴 System