Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of attribute associated with an AttributeBinding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As AttributeBindingType
Get
Set
'Usage
Dim instance As AttributeBinding
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)
Property Value
Type: Microsoft.AnalysisServices.AttributeBindingType
An Enumeration containing the possible binding types.