次の方法で共有


Level.SourceAttributeID プロパティ

Level オブジェクトに関連付けられたソース属性のソース属性識別子を取得します。値の設定も可能です。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public Property SourceAttributeID As String 
    Get 
    Set
'使用
Dim instance As Level 
Dim value As String 

value = instance.SourceAttributeID

instance.SourceAttributeID = value
[BrowsableAttribute(false)]
public string SourceAttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SourceAttributeID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SourceAttributeID : string with get, set
function get SourceAttributeID () : String 
function set SourceAttributeID (value : String)

プロパティ値

型: System.String
Level オブジェクトに関連付けられたソース属性のソース属性識別子です。

関連項目

参照

Level クラス

Microsoft.AnalysisServices 名前空間