QueryResult_RowDeleteFailure Property

Looks up a localized string similar to A problem occurred attempting to delete row {0}. Error Source: {1}. Error Message: {2} Correct the errors and attempt to delete the row again or press ESC to cancel the change(s)..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property QueryResult_RowDeleteFailure As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace