次の方法で共有


ServerProperty.Type プロパティ

ServerProperty オブジェクトに関連付けられた型を取得します。値の設定も可能です。

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

構文

'宣言
Public Property Type As String 
    Get 
    Set
'使用
Dim instance As ServerProperty 
Dim value As String 

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

プロパティ値

型: System.String
型を表す String です。

関連項目

参照

ServerProperty クラス

Microsoft.AnalysisServices 名前空間