Specifies the type of the weak persistent object. This object represents a weak entity required for
many-to-many relations.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property WeakPersistent As Type |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RelationAttribute
Dim value As Type
instance.WeakPersistent = value
value = instance.WeakPersistent
|
| C# | |
|---|
public Type WeakPersistent {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property Type* get_WeakPersistent();
public: __property void set_WeakPersistent(
Type* value
); |
| C++/CLI | |
|---|
public:
property Type^ WeakPersistent {
Type^ get();
void set (Type^ value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also