ExtendedPropertyType Enum

Definition

An enumeration of possible values for the type of value stored in extended property.

public enum ExtendedPropertyType
type ExtendedPropertyType = 
Public Enum ExtendedPropertyType
Inheritance
ExtendedPropertyType

Fields

Json 1

The value in this extended property is a Json.

String 0

The value in this extended property is a raw string with no specific formatting

Remarks

This enum is only supported when the compatibility level of the database is at 1400 or above.

Applies to