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)