BindingInfo Class

Definition

Provides information that facilitates the binding of model elements to external resources, such as a data source reference in the model to a data connection in Fabric.

public abstract class BindingInfo : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type BindingInfo = class
    inherit NamedMetadataObject
Public MustInherit Class BindingInfo
Inherits NamedMetadataObject
Inheritance
Derived

Remarks

This metadata object is only supported when the compatibility level of the database is at 1608 or above.

Properties

Annotations

Gets the collection object of all annotations in the current BindingInfo.

Description

The description of the object, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio.

ExtendedProperties

Gets the collection object of all extendedproperties in the current 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.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

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.

Methods

Clone()

Creates a new, full copy of a BindingInfo object.

CopyFrom(BindingInfo)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(BindingInfo)

Copies a BindingInfo object to the specified object.

Rename(String)
Obsolete.

Deprecated. Use RequestRename method instead.

RequestRename(String)

Request rename of this object.

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)

Applies to