LoadFailedDescription Property

Looks up a localized string similar to The designer encountered an error while loading the table definition..

Namespace:  Microsoft.Data.Relational.Design.Table
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

WatermarkResources Class

Microsoft.Data.Relational.Design.Table Namespace