ImportSchemaPage_MaxFilePerFolderTip Property

Looks up a localized string similar to When you import a database, each database object (such as a table or a view) is stored in a separate file on the disk. You can make the project load more quickly by organizing these files in separate directories. Please choose a value between 20 and 1000..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace