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.