ServiceClient.ExportViewCreate メソッド
新しいエクスポート (サブスクリプション) ビューを作成します。
名前空間: 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
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- ExportView
型: Microsoft.MasterDataServices.ExportView
新しいエクスポート (サブスクリプション) ビューの作成に使用するエクスポート ビュー。
戻り値
型: Microsoft.MasterDataServices.OperationResult
操作の結果を表す OperationResult オブジェクトです。