다음을 통해 공유


StagingUnbatchedCriteria.ModelId 속성

Gets or sets the model identifier associated with the unbatched records that will be placed into a new batch.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ModelId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As StagingUnbatchedCriteria 
Dim value As Identifier 

value = instance.ModelId

instance.ModelId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ModelId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ ModelId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ModelId : Identifier with get, set
function get ModelId () : Identifier 
function set ModelId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The model identifier associated with the unbatched records.

참고 항목

참조

StagingUnbatchedCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스