TooManyPostBuildScripts Property
Looks up a localized string similar to You can have only one post-deployment script in a database project. Are you sure that you want to mark this file as the post-deployment script? If you click Yes, the build action for the existing post-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 TooManyPostBuildScripts As String
Get
'Usage
Dim value As String
value = SqlPackageResource.TooManyPostBuildScripts
public static string TooManyPostBuildScripts { get; }
public:
static property String^ TooManyPostBuildScripts {
String^ get ();
}
static member TooManyPostBuildScripts : string
static function get TooManyPostBuildScripts () : String
Property Value
Type: System..::..String