다음을 통해 공유


ServiceClient.ExportViewCreate 메서드

Creates a new export (subscription) view.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Public Function ExportViewCreate ( _
    International As International, _
    ExportView As ExportView _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim ExportView As ExportView
Dim returnValue As OperationResult

returnValue = instance.ExportViewCreate(International, _
    ExportView)
public OperationResult ExportViewCreate(
    International International,
    ExportView ExportView
)
public:
OperationResult^ ExportViewCreate(
    International^ International, 
    ExportView^ ExportView
)
member ExportViewCreate : 
        International:International * 
        ExportView:ExportView -> OperationResult
public function ExportViewCreate(
    International : International, 
    ExportView : ExportView
) : OperationResult

매개 변수

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스