CreatedObjects 속성
Gets a collection of the new objects on the target graph that doesn’t exist on the source graph.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public ReadOnly Property CreatedObjects As IEnumerable(Of IMetadataObject)
Get
‘사용 방법
Dim instance As ChangeResult
Dim value As IEnumerable(Of IMetadataObject)
value = instance.CreatedObjects
public IEnumerable<IMetadataObject> CreatedObjects { get; }
public:
property IEnumerable<IMetadataObject^>^ CreatedObjects {
IEnumerable<IMetadataObject^>^ get ();
}
member CreatedObjects : IEnumerable<IMetadataObject>
function get CreatedObjects () : IEnumerable<IMetadataObject>
속성 값
유형: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IMetadataObject> ) > ) >
A collection of the new objects on the target graph that doesn’t exist on the source graph.