Type propriété
Gets or sets the type of PerspectiveCalculation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Type As PerspectiveCalculationType
Get
Set
'Utilisation
Dim instance As PerspectiveCalculation
Dim value As PerspectiveCalculationType
value = instance.Type
instance.Type = value
public PerspectiveCalculationType Type { get; set; }
public:
property PerspectiveCalculationType Type {
PerspectiveCalculationType get ();
void set (PerspectiveCalculationType value);
}
member Type : PerspectiveCalculationType with get, set
function get Type () : PerspectiveCalculationType
function set Type (value : PerspectiveCalculationType)
Valeur de la propriété
Type : Microsoft.AnalysisServices. . :: . .PerspectiveCalculationType
A perspective calculation type.