EntityStagingGetRequest.GetCriteria 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the criteria to use to get entity staging batches.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property GetCriteria As EntityStagingGetCriteria 
    Get 
    Set
用法
Dim instance As EntityStagingGetRequest 
Dim value As EntityStagingGetCriteria 

value = instance.GetCriteria

instance.GetCriteria = value
[MessageBodyMemberAttribute]
public EntityStagingGetCriteria GetCriteria { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityStagingGetCriteria^ GetCriteria {
    EntityStagingGetCriteria^ get ();
    void set (EntityStagingGetCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member GetCriteria : EntityStagingGetCriteria with get, set
function get GetCriteria () : EntityStagingGetCriteria 
function set GetCriteria (value : EntityStagingGetCriteria)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria
The criteria to use to get entity staging batches.

请参阅

参考

EntityStagingGetRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间