TooManyPermissionScripts Property

Looks up a localized string similar to You can have only one permission file in a database project. Are you sure that you want to mark this file as the active permissions file? If you click Yes, the build action for the existing permissions file 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 TooManyPermissionScripts As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace