IDiffgram 인터페이스

정의

Diff 항목의 열거형을 보유하는 데이터 구조입니다.

public interface IDiffgram : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Differencing.IDiffEntry>
type IDiffgram = interface
    interface seq<IDiffEntry>
    interface IEnumerable
Public Interface IDiffgram
Implements IEnumerable(Of IDiffEntry)
구현

속성

Name Description
SourceRoot

Diff 서비스에 전달된 원본 개체의 루트 노드입니다.

TargetRoot

Diff 서비스에 전달된 대상 개체의 루트 노드입니다.

적용 대상