Propriété DimensionAttribute.ExtendedType

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(True)> _
Public Property ExtendedType As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String

Voir aussi

Référence

DimensionAttribute Classe

Espace de noms Microsoft.AnalysisServices