ImportWizard_CheckLogFileMessage Property

Looks up a localized string similar to One or more warnings or errors have been encountered. For more information, see the log file..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace