ImportSchemaWizard_ProjectAlreadyExists Property

Looks up a localized string similar to Project already exists. Do you want to overwrite?.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace