AnnotationsUpdateResponse 생성자 (OperationResult)
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.