CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_DESCRIPTION Property
Gets or sets the description of the cube.
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 WADMIN_CUBE_DESCRIPTION As String
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As String
value = instance.WADMIN_CUBE_DESCRIPTION
instance.WADMIN_CUBE_DESCRIPTION = value
public string WADMIN_CUBE_DESCRIPTION { get; set; }
Property Value
Type: System.String
Remarks
This is optional when building an OLAP cube of data.
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class