BulkDeleteRequest.SourceImportId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ID of the data import job. Optional.
public:
property Nullable<Guid> SourceImportId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? SourceImportId { get; set; }
member this.SourceImportId : Nullable<Guid> with get, set
Public Property SourceImportId As Nullable(Of Guid)
Property Value
The ID of the data import job that corresponds to the ImportrId
column,
which is the primary key for the Import
table.
Remarks
If you provide the ID of the import job in this property, all records imported by this job will be deleted from the system by the bulk delete job.