DataMigrationServiceData.DeleteResourcesOnStop 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.
Whether service resources should be deleted when stopped. (Turned on by default).
public bool? DeleteResourcesOnStop { get; set; }
member this.DeleteResourcesOnStop : Nullable<bool> with get, set
Public Property DeleteResourcesOnStop As Nullable(Of Boolean)