この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
"消去されたバッチ" も結果に返すかどうかを示す値を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
Get
Set
'使用
Dim instance As EntityStagingGetCriteria
Dim value As Boolean
value = instance.IncludeClearedBatches
instance.IncludeClearedBatches = value
[DataMemberAttribute]
public bool IncludeClearedBatches { get; set; }
[DataMemberAttribute]
public:
property bool IncludeClearedBatches {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IncludeClearedBatches : bool with get, set
function get IncludeClearedBatches () : boolean
function set IncludeClearedBatches (value : boolean)
プロパティ値
型: System.Boolean
"消去されたバッチ" も結果に返す場合は true、それ以外の場合は false。