Type 属性

命名空间:  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)