次の方法で共有


ServerProperty.PropertyName プロパティ

プロパティ名を ServerProperty オブジェクトから取得します。

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

構文

'宣言
Public ReadOnly Property PropertyName As String 
    Get
'使用
Dim instance As ServerProperty 
Dim value As String 

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

プロパティ値

型: System.String
プロパティ名です。

関連項目

参照

ServerProperty クラス

Microsoft.AnalysisServices 名前空間