Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how SQL references are updated.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _SqlReferenceUpdateFlags
[FlagsAttribute]
public enum _SqlReferenceUpdateFlags
[FlagsAttribute]
public enum class _SqlReferenceUpdateFlags
[<FlagsAttribute>]
type _SqlReferenceUpdateFlags
public enum _SqlReferenceUpdateFlags
Members
Member name | Description | |
---|---|---|
SqlReferenceUpdateFlags_ForceUpdate | Force updates |
Remarks
These flags are used by UpdateReferences.
COM Signature
From compsvcspkg80.idl:
enum _SqlReferenceUpdateFlags
{
SqlReferenceUpdateFlags_ForceUpdate=1
};
typedef DWORD SqlReferenceUpdateFlags;