Debugger_OpenDebugScriptErrorMessage Property
Looks up a localized string similar to An error has occurred trying to start the debug startup script file. Please verify that the file exists on disk and that it is not being used by a different editor..
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_OpenDebugScriptErrorMessage As String
Get
'Usage
Dim value As String
value = SqlPackageResource.Debugger_OpenDebugScriptErrorMessage
public static string Debugger_OpenDebugScriptErrorMessage { get; }
public:
static property String^ Debugger_OpenDebugScriptErrorMessage {
String^ get ();
}
static member Debugger_OpenDebugScriptErrorMessage : string
static function get Debugger_OpenDebugScriptErrorMessage () : String
Property Value
Type: System..::..String