Compartir a través de


CreatedObjects Propiedad

Gets a collection of the new objects on the target graph that doesn’t exist on the source graph.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public ReadOnly Property CreatedObjects As IEnumerable(Of IMetadataObject)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IMetadataObject> ) > ) >
A collection of the new objects on the target graph that doesn’t exist on the source graph.