SqlProjectWizard_WelcomePage_Text Property

Looks up a localized string similar to By using this wizard, you can create and configure a database project as the core of an isolated environment for database development. In such an environment, you can manage database change in a team environment to reduce risk, improve communication, and include your database development process as part of the software development life cycle. The wizard automates the following steps: ? Create a database project as the offline representation of your database. ? Import schema object definitio [rest of string was truncated]";.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace