ImportSchemaLog_InformationMessageNoProject Property

Looks up a localized string similar to This log contains information about the import schema operation on computer '{1}' by user '{2}'..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace