PersistFlags Property

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The PersistFlags property is reserved for future use.

Syntax

Object
.PersistFlags [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • value
    Reserved

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPersistFlags(LPLONG pRetVal);
HRESULT SetPersistFlags(long NewValue);