ExportViewDeleteRequest コンストラクター (International, Identifier)
指定されたカルチャ設定と削除するエクスポート ビューの内部識別子を持つ ExportViewDeleteRequest クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
International As International, _
Identifier As Identifier _
)
'使用
Dim International As International
Dim Identifier As Identifier
Dim instance As New ExportViewDeleteRequest(International, _
Identifier)
public ExportViewDeleteRequest(
International International,
Identifier Identifier
)
public:
ExportViewDeleteRequest(
International^ International,
Identifier^ Identifier
)
new :
International:International *
Identifier:Identifier -> ExportViewDeleteRequest
public function ExportViewDeleteRequest(
International : International,
Identifier : Identifier
)
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- Identifier
型: Microsoft.MasterDataServices.Identifier
削除するエクスポート ビューの内部識別子。