ImportSchemaPage_ProjectLocation Property

Looks up a localized string similar to project location.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace