DataBindingHint Class
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.
Represent as an unenforceable instruction (a hint) to bind a data source reference in the model to a data connection in Fabric. The hint is ignored if the data source is already bound or if the data connection does not exist in Fabric.
public class DataBindingHint : Microsoft.AnalysisServices.Tabular.BindingInfo
type DataBindingHint = class
inherit BindingInfo
Public Class DataBindingHint
Inherits BindingInfo
- Inheritance
Remarks
This metadata object is only supported when the compatibility level of the database is at 1608 or above.
Constructors
DataBindingHint() |
Create a new instance of the DataBindingHint class with default settings.. |
Properties
Annotations |
Gets the collection object of all annotations in the current BindingInfo. (Inherited from BindingInfo) |
ConnectionId |
The connection id of the data connection in Fabric that should be used to bind the referenced data source. |
Description |
The description of the object, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio. (Inherited from BindingInfo) |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current BindingInfo. (Inherited from BindingInfo) |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
Name |
Gets or Sets the Name of this object. (Inherited from BindingInfo) |
ObjectType |
Gets the type of the object. (Inherited from BindingInfo) |
Parent |
Parent object, null for Model objects. (Inherited from BindingInfo) |
Type |
The type of object. The default type is Unknown. Currently, the only valid type is DataBindingHint, which means that the binding info is an unenforceable instruction (a hint) to bind a data source reference in the model to a data connection in Fabric. (Inherited from BindingInfo) |
Methods
Clone() |
Creates a new, full copy of a BindingInfo object. (Inherited from BindingInfo) |
CopyFrom(BindingInfo) |
Obsolete.
Deprecated. Use CopyTo method instead. (Inherited from BindingInfo) |
CopyTo(BindingInfo) |
Copies a BindingInfo object to the specified object. (Inherited from BindingInfo) |
Rename(String) |
Obsolete.
Deprecated. Use RequestRename method instead. (Inherited from BindingInfo) |
RequestRename(String) |
Request rename of this object. (Inherited from BindingInfo) |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |