DeleteBackupHistory_AutomationName Property

Looks up a localized string similar to Delete backup history.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DeleteBackupHistory_AutomationName As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.DeleteBackupHistory_AutomationName
public static string DeleteBackupHistory_AutomationName { get; }
public:
static property String^ DeleteBackupHistory_AutomationName {
    String^ get ();
}
static member DeleteBackupHistory_AutomationName : string
static function get DeleteBackupHistory_AutomationName () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace