Debugger_Error_Sql2000NotSupported Property

Looks up a localized string similar to SQL Debugging is not supported on SQL 2000 Servers.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace