SummaryErrorTooltip Property

Looks up a localized string similar to These objects are not suppored in a Data-tier Application..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace