AddItemDialog_TwoPartMsg Property

Looks up a localized string similar to Unable to parse object name. You must specify the name as [ObjectName] or [SchemaName].[ObjectName], excluding any reserved words. The brackets are optional but recommended. The internal error generated was '{0}'..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace