ExportViewCreateResponse 생성자 (OperationResult)
Initializes a new instance of the ExportViewCreateResponse class that has 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 ExportViewCreateResponse(OperationResult)
public ExportViewCreateResponse(
OperationResult OperationResult
)
public:
ExportViewCreateResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> ExportViewCreateResponse
public function ExportViewCreateResponse(
OperationResult : OperationResult
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.