StagingClearRequest クラス

定義

消去対象のバッチの配列を指定する要求メッセージを表します。

public ref class StagingClearRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingClearRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingClearRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingClearRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingClearRequest = class
Public Class StagingClearRequest
継承
StagingClearRequest
属性

コンストラクター

StagingClearRequest()

StagingClearRequest クラスの既定値を持つ新しいインスタンスを初期化します。

StagingClearRequest(International, Collection<Identifier>)

指定されたカルチャ設定とバッチの配列を持つ StagingClearRequest クラスの新しいインスタンスを初期化します。

フィールド

Batches

バッチの配列。

International

カルチャ設定。

適用対象