Compare_Update_FailedFormat_SqlException Property

Looks up a localized string similar to The target database could not be updated because of the following error: {0} Last executed command: {1}.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace