Поделиться через


Свойство DimensionAttribute.ExtendedType

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(True)> _
Public Property ExtendedType As String 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
Dim value As String 

value = instance.ExtendedType

instance.ExtendedType = value
[BrowsableAttribute(true)]
public string ExtendedType { get; set; }
[BrowsableAttribute(true)]
public:
property String^ ExtendedType {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member ExtendedType : string with get, set
function get ExtendedType () : String 
function set ExtendedType (value : String)

Значение свойства

Тип: System.String

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices