다음을 통해 공유


StagingResultCriteria.All 속성

Gets or sets a value that indicates whether all batches should be returned.

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

구문

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

value = instance.All

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

속성 값

유형: System.Boolean
true if all batches should be returned; otherwise, false.

참고 항목

참조

StagingResultCriteria 클래스

Microsoft.MasterDataServices 네임스페이스