Enum ExtendedPropertyType
An enumeration of possible values for the type of value stored in extended property.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum ExtendedPropertyType
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.
Fields
Name | Description |
---|---|
Json | The value in this extended property is a Json. |
String | The value in this extended property is a raw string with no specific formatting |