Debugger_AllowSqlClrDebuggingMessage Property

Looks up a localized string similar to To debug SQL CLR artifacts, you must enable SQL CLR debugging for the connection. Click "help" for more details. Note that during debugging, all managed threads on this server will stop. Do you wish to enable SQL CLR debugging on this 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_AllowSqlClrDebuggingMessage As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace