DefaultSchemaNameInvalid Property

Looks up a localized string similar to The new name is not valid. You must specify a valid name for the default schema..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace