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