Propriété CreatedObjects
Gets a collection of the new objects on the target graph that doesn’t exist on the source graph.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CreatedObjects As IEnumerable(Of IMetadataObject)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IMetadataObject> ) > ) >
A collection of the new objects on the target graph that doesn’t exist on the source graph.