ExtendedPropertyType 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.
An enumeration of possible values for the type of value stored in extended property.
C#
public enum ExtendedPropertyType
type ExtendedPropertyType =
Public Enum ExtendedPropertyType
- Inheritance
-
ExtendedPropertyType
Name | Value | Description |
---|---|---|
String | 0 | The value in this extended property is a raw string with no specific formatting |
Json | 1 | The value in this extended property is a Json. |
This enum is only supported when the compatibility level of the database is at 1400 or above.
Prodotto | Versioni |
---|---|
Analysis Services SDK for .NET | latest |