SchemaCompare_Update_Failed Property

Looks up a localized string similar to An error has occurred. The target schema is in an unknown state..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace