WatermarkResources Class

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Relational.Design.Table..::..WatermarkResources

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

Syntax

'Declaration
Public Class WatermarkResources
'Usage
Dim instance As WatermarkResources
public class WatermarkResources
public ref class WatermarkResources
type WatermarkResources =  class end
public class WatermarkResources

The WatermarkResources type exposes the following members.

Properties

  Name Description
Public propertyStatic member AutoWatermark Looks up a localized string similar to Watermark.
Public propertyStatic member AutoWatermarkImage Looks up a localized string similar to Watermark Image.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member LoadFailedDescription Looks up a localized string similar to The designer encountered an error while loading the table definition..
Public propertyStatic member LoadFailedTitle Looks up a localized string similar to Problem Loading.
Public propertyStatic member LoadingDescription Looks up a localized string similar to The design surface is loading..
Public propertyStatic member LoadingTitle Looks up a localized string similar to Loading?.
Public propertyStatic member MissingTableDefinitionDescription Looks up a localized string similar to The document must contain a table definition for the designer to load..
Public propertyStatic member MissingTableDefinitionTitle Looks up a localized string similar to Missing Table Definition.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member SyntaxErrorDescription Looks up a localized string similar to The document contains errors that must be fixed before the designer can be loaded..
Public propertyStatic member SyntaxErrorTitle Looks up a localized string similar to Syntax Error.
Public propertyStatic member UnmanagedDocumentDescription Looks up a localized string similar to The document is no longer associated with the database. Reload the designer from the Server Explorer to view the table definition..
Public propertyStatic member ViewErrorList Looks up a localized string similar to View the Error List.
Public propertyStatic member WrongBuildActionDescription Looks up a localized string similar to The document's Build Action property must be set to Build for the designer to load..
Public propertyStatic member WrongBuildActionTitle Looks up a localized string similar to Wrong Build Action.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Relational.Design.Table Namespace