DataTypeItem.Persistent Property

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

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace