NoLocalDebugDatabase Property

Looks up a localized string similar to Failed to debug this project because no SQL Server has been installed on the local machine. Please set the debug connection string in the project properties page..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace