Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As AttributeBindingType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AttributeBindingType
An AttributeBindingType with the binding type.