ImportScriptWizard_WelcomePage_Text Property
Looks up a localized string similar to By using this wizard, you can import one or more SQL script files into your project. After you specify one or more SQL script files, those scripts are interpreted, and the database objects defined in those scripts are added to your project. The import process does not change the script files that you import. .
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 ImportScriptWizard_WelcomePage_Text As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ImportScriptWizard_WelcomePage_Text
public static string ImportScriptWizard_WelcomePage_Text { get; }
public:
static property String^ ImportScriptWizard_WelcomePage_Text {
String^ get ();
}
static member ImportScriptWizard_WelcomePage_Text : string
static function get ImportScriptWizard_WelcomePage_Text () : String
Property Value
Type: System..::..String