BindingInfoType 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.
The type of a BindingInfo metadata element.
public enum BindingInfoType
type BindingInfoType =
Public Enum BindingInfoType
- Inheritance
-
BindingInfoType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The type of the binding information is unknown. |
DataBindingHint | 1 | The binding information is used as a hint for binding a data-source to a data-connection in Power BI service. |
Remarks
This enum is only supported when the compatibility level of the database is at 1608 or above.