다음을 통해 공유


IFsrmReport.Delete Method ()

 

Removes this report object from the report job object.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void Delete()
void Delete()
abstract Delete : unit -> unit
Sub Delete

Remarks

Note that the reports are not deleted until you call the Commit method.

See Also

IFsrmReport Interface
Microsoft.Storage Namespace

Return to top