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