ErrorReferenceCouldNotBeAdded Property

Looks up a localized string similar to A reference to {0} could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace