TableTransactionAction Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TableTransactionAction(TableTransactionActionType, ITableEntity) |
Initialise une nouvelle instance du .TableTransactionAction |
TableTransactionAction(TableTransactionActionType, ITableEntity, ETag) |
Initialise une nouvelle instance du .TableTransactionAction |
TableTransactionAction(TableTransactionActionType, ITableEntity)
- Source:
- TableTransactionAction.cs
Initialise une nouvelle instance du .TableTransactionAction
public TableTransactionAction (Azure.Data.Tables.TableTransactionActionType actionType, Azure.Data.Tables.ITableEntity entity);
new Azure.Data.Tables.TableTransactionAction : Azure.Data.Tables.TableTransactionActionType * Azure.Data.Tables.ITableEntity -> Azure.Data.Tables.TableTransactionAction
Public Sub New (actionType As TableTransactionActionType, entity As ITableEntity)
Paramètres
- actionType
- TableTransactionActionType
Type d’opération à appliquer au entity
- entity
- ITableEntity
Entité de table à laquelle le actionType
sera appliqué.
S’applique à
TableTransactionAction(TableTransactionActionType, ITableEntity, ETag)
- Source:
- TableTransactionAction.cs
Initialise une nouvelle instance du .TableTransactionAction
public TableTransactionAction (Azure.Data.Tables.TableTransactionActionType actionType, Azure.Data.Tables.ITableEntity entity, Azure.ETag etag = default);
new Azure.Data.Tables.TableTransactionAction : Azure.Data.Tables.TableTransactionActionType * Azure.Data.Tables.ITableEntity * Azure.ETag -> Azure.Data.Tables.TableTransactionAction
Public Sub New (actionType As TableTransactionActionType, entity As ITableEntity, Optional etag As ETag = Nothing)
Paramètres
- actionType
- TableTransactionActionType
Type d’opération à appliquer au entity
- entity
- ITableEntity
Entité de table à laquelle le actionType
sera appliqué.
S’applique à
Azure SDK for .NET