共用方式為


LevelProperty.Description 屬性

取得 LevelProperty 的描述。

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Description As String 
    Get
'用途
Dim instance As LevelProperty 
Dim value As String 

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
member Description : string
function get Description () : String

屬性值

型別:String
String ,其中包含 LevelProperty 的描述。

備註

Description 屬性包含指派給層級屬性的描述性文字。 此描述性文字通常是供顯示之用。

請參閱

參考

LevelProperty 類別

Microsoft.AnalysisServices.AdomdServer 命名空間