Compartir a través de


CubeAttributeBinding.Type Propiedad

Gets or sets the type of binding.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Type As AttributeBindingType 
    Get 
    Set
'Uso
Dim instance As CubeAttributeBinding 
Dim value As AttributeBindingType 

value = instance.Type

instance.Type = value
public AttributeBindingType Type { get; set; }
public:
property AttributeBindingType Type {
    AttributeBindingType get ();
    void set (AttributeBindingType value);
}
member Type : AttributeBindingType with get, set
function get Type () : AttributeBindingType 
function set Type (value : AttributeBindingType)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AttributeBindingType
An AttributeBindingType with the binding type.

Vea también

Referencia

CubeAttributeBinding Clase

Espacio de nombres Microsoft.AnalysisServices