CubeDef.Description Property
Gets the description of the CubeDef.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
/** @property */
public String get_Description ()
public function get Description () : String
Eigenschaftswert
A String that contains the description of the CubeDef.
Hinweise
The Description property contains descriptive text that is assigned to the cube. This descriptive text is typically used for display purposes.
The value of this property is identical to the value of the DESCRIPTION column of the CUBES schema rowset for the specified cube.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace