TooManyPreBuildScripts Property

Looks up a localized string similar to You can have only one pre-deployment script in a database project. Are you sure that you want to mark this file as the pre-deployment script? If you click Yes, the build action for the existing pre-deployment script will be changed to Not in Build..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace