_SqlReferenceUpdateFlags Enum
Definition
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
public enum class _SqlReferenceUpdateFlags
enum _SqlReferenceUpdateFlags
[System.Flags]
public enum _SqlReferenceUpdateFlags
[<System.Flags>]
type _SqlReferenceUpdateFlags =
Public Enum _SqlReferenceUpdateFlags
- Inheritance
-
_SqlReferenceUpdateFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
SqlReferenceUpdateFlags_ForceUpdate | 1 | Force updates |
Remarks
These flags are used by UpdateReferences.
COM Signature
From compsvcspkg80.idl:
enum _SqlReferenceUpdateFlags
{
SqlReferenceUpdateFlags_ForceUpdate=1
};
typedef DWORD SqlReferenceUpdateFlags;