SchemaCompare_BadDacFileDNE Property

Looks up a localized string similar to Schema Compare does not support the specified Data-tier Application file. The file does not exist..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace