DebugSessionCannotFindStroredProceure Property

Looks up a localized string similar to Stored procedure '{0}' is not found.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace