Constructeur EntityStagingClearResponse (OperationResult)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the EntityStagingClearResponse class that has the specified operation result.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
OperationResult As OperationResult _
)
'Utilisation
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
)
Paramètres
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
Voir aussi
Référence
EntityStagingClearResponse Classe