_SqlReferenceUpdateFlags Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how SQL references are updated.
This enumeration supports a bitwise combination of its member values.
public enum class _SqlReferenceUpdateFlags
C++/CX
public enum class _SqlReferenceUpdateFlags
enum _SqlReferenceUpdateFlags
[System.Flags]
public enum _SqlReferenceUpdateFlags
[<System.Flags>]
type _SqlReferenceUpdateFlags =
Public Enum _SqlReferenceUpdateFlags
- Inheritance
-
_SqlReferenceUpdateFlags
- Attributes
Name | Value | Description |
---|---|---|
SqlReferenceUpdateFlags_ForceUpdate | 1 | Force updates |
These flags are used by UpdateReferences.
From compsvcspkg80.idl:
cpp#
enum _SqlReferenceUpdateFlags
{
SqlReferenceUpdateFlags_ForceUpdate=1
};
typedef DWORD SqlReferenceUpdateFlags;
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |