_SqlReferenceUpdateFlags Enumeration

 

Specifies how SQL references are updated.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum _SqlReferenceUpdateFlags

Member nameDescription
SqlReferenceUpdateFlags_ForceUpdate

Force updates

These flags are used by UpdateReferences.

From compsvcspkg80.idl:

enum _SqlReferenceUpdateFlags
{
    SqlReferenceUpdateFlags_ForceUpdate=1
};
typedef DWORD SqlReferenceUpdateFlags;
Return to top
Show: