Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As AttributeType
Get
Set
'Usage
Dim instance As DimensionAttribute
Dim value As AttributeType
value = instance.Type
instance.Type = value
public AttributeType Type { get; set; }
public:
property AttributeType Type {
AttributeType get ();
void set (AttributeType value);
}
member Type : AttributeType with get, set
function get Type () : AttributeType
function set Type (value : AttributeType)
Property Value
Type: Microsoft.AnalysisServices.AttributeType
The type of the attribute.