CubeSettingsDataSet.CalculatedMembersDataTable.IsEnabledColumn Property
Defines the column for the IsEnabled field.
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 ReadOnly Property IsEnabledColumn As DataColumn
Get
'Usage
Dim instance As CubeSettingsDataSet.CalculatedMembersDataTable
Dim value As DataColumn
value = instance.IsEnabledColumn
public DataColumn IsEnabledColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
CubeSettingsDataSet.CalculatedMembersDataTable Class