ReplicaMetadata.GetAllItems 메서드
파생 클래스에서 재정의되면 이 복제본의 메타데이터 저장소에 포함된 모든 항목을 가져옵니다.
네임스페이스: Microsoft.Synchronization.MetadataStorage
어셈블리: microsoft.synchronization.metadatastorage.dll의 Microsoft.Synchronization.MetadataStorage
구문
‘선언
Public MustOverride Function GetAllItems ( _
shouldIncludeDeletedItems As Boolean _
) As IEnumerable(Of ItemMetadata)
‘사용 방법
Dim instance As ReplicaMetadata
Dim shouldIncludeDeletedItems As Boolean
Dim returnValue As IEnumerable(Of ItemMetadata)
returnValue = instance.GetAllItems(shouldIncludeDeletedItems)
public abstract IEnumerable<ItemMetadata> GetAllItems (
bool shouldIncludeDeletedItems
)
public:
virtual IEnumerable<ItemMetadata^>^ GetAllItems (
bool shouldIncludeDeletedItems
) abstract
public abstract IEnumerable<ItemMetadata> GetAllItems (
boolean shouldIncludeDeletedItems
)
public abstract function GetAllItems (
shouldIncludeDeletedItems : boolean
) : IEnumerable<ItemMetadata>
매개 변수
- shouldIncludeDeletedItems
삭제된 항목을 열거형에 포하하려면true로 설정하고, 그렇지 않으면 false로 설정합니다.
반환 값
메타데이터 저장소에 포함된 이 복제본의 모든 항목입니다.
참고 항목
참조
ReplicaMetadata 클래스
ReplicaMetadata 멤버
Microsoft.Synchronization.MetadataStorage 네임스페이스