Fields such as parent keys can be non-persistent to enable passing them to sprocs for lookup purposes without actually persisting them.
Defaults to true.
Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property Persistent As Boolean
public bool Persistent { get; set; }
public:
property bool Persistent {
    bool get ();
    void set (bool value);
}
member Persistent : bool with get, set
function get Persistent () : boolean 
function set Persistent (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.