IService.TransactionAnnotationsCreate Method
SQL Server 2008 R2
Creates new annotations attached to an existing transaction.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionAnnotationsCreate", ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionAnnotationsCreateResponse")] AnnotationsCreateResponse TransactionAnnotationsCreate( TransactionAnnotationsCreateRequest request )
Parameters
- request
- Type: Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest
Create request.
Return Value
Type: Microsoft.MasterDataServices.AnnotationsCreateResponseA new instance of type AnnotationsCreateResponse.
