CubeAttributeBinding.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of binding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public AttributeBindingType Type { get; set; }
public:
property AttributeBindingType Type {
    AttributeBindingType get();
    void set(AttributeBindingType value);
}
member Type : AttributeBindingType with get, set
Public Property Type As AttributeBindingType

Property Value

Type: Microsoft.AnalysisServices.AttributeBindingType

An AttributeBindingType with the binding type.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top