Import_UnableToResolveElement Property

Looks up a localized string similar to Unable to resolve '{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 Import_UnableToResolveElement As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace