CubeCalculatedMemberDataSet.CalculatedMembersRow.IsEnabled Property
Specifies whether the row of calculated members for a data cube is enabled.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
Public Property IsEnabled As Boolean
Get
Set
'Usage
Dim instance As CubeCalculatedMemberDataSet.CalculatedMembersRow
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
public bool IsEnabled { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CubeCalculatedMemberDataSet.CalculatedMembersRow Class