DacWizard_ChangesReportTitle Property

Looks up a localized string similar to Change since last deployment.

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 DacWizard_ChangesReportTitle As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace