Initializes a new instance of the AnnotationsUpdateResponse class with the specified operation result.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
OperationResult As OperationResult _
)
用法
Dim OperationResult As OperationResult
Dim instance As New AnnotationsUpdateResponse(OperationResult)
public AnnotationsUpdateResponse(
OperationResult OperationResult
)
public:
AnnotationsUpdateResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> AnnotationsUpdateResponse
public function AnnotationsUpdateResponse(
OperationResult : OperationResult
)
参数
- OperationResult
类型:Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.