EntityStagingClearResponse Constructor (OperationResult)
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Initializes a new instance of the EntityStagingClearResponse class that has the specified operation result.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
OperationResult As OperationResult _
)
'Uso
Dim OperationResult As OperationResult
Dim instance As New EntityStagingClearResponse(OperationResult)
public EntityStagingClearResponse(
OperationResult OperationResult
)
public:
EntityStagingClearResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> EntityStagingClearResponse
public function EntityStagingClearResponse(
OperationResult : OperationResult
)
Parámetros
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
Vea también
Referencia
EntityStagingClearResponse Clase