ChangeResult.SourceModifiedObjects 속성

Gets a collection of ObjectDifferences corresponding to source graph elements.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public ReadOnly Property SourceModifiedObjects As IDictionary(Of IMetadataObject, ObjectDifference)
    Get
‘사용 방법
Dim instance As ChangeResult 
Dim value As IDictionary(Of IMetadataObject, ObjectDifference)

value = instance.SourceModifiedObjects
public IDictionary<IMetadataObject, ObjectDifference> SourceModifiedObjects { get; }
public:
property IDictionary<IMetadataObject^, ObjectDifference^>^ SourceModifiedObjects {
    IDictionary<IMetadataObject^, ObjectDifference^>^ get ();
}
member SourceModifiedObjects : IDictionary<IMetadataObject, ObjectDifference>
function get SourceModifiedObjects () : IDictionary<IMetadataObject, ObjectDifference>

속성 값

유형: System.Collections.Generic.IDictionary<IMetadataObject, ObjectDifference>
A collection of ObjectDifferences corresponding to source graph elements.

참고 항목

참조

ChangeResult 클래스

Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer 네임스페이스