CouldNotGetOwnerRelationshipEntry Property

Looks up a localized string similar to Failed to navigate relationships to the owner for an element of type '{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 CouldNotGetOwnerRelationshipEntry As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace