Debugger_Error_SingleUserNotSupported Property

Looks up a localized string similar to SQL Debugging is not supported on a read-only instance of SQL Server.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace