次の方法で共有


Name プロパティ

LevelProperty の名前を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public ReadOnly Property Name As String
    Get
'使用
Dim instance As LevelProperty
Dim value As String

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string
override Name : string
final function get Name () : String

プロパティ値

型: System. . :: . .String
LevelProperty の名前を表す String です。

実装

IMetadataObject. . :: . .Name