ImportScriptLog_InformationMessage Property

Looks up a localized string similar to This log contains information about the import operation of the script '{0}' into project '{1}' on computer '{2}' by user'{3}..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace