Свойство DimensionAttribute.Type
Gets or sets the type of the attribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property Type As AttributeType
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.AnalysisServices.AttributeType
The type of the attribute.