次の方法で共有


Binding.Parent プロパティ

現在のオブジェクトの親オブジェクトを取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object 
    Get
'使用
Dim instance As Binding 
Dim value As Object 

value = instance.Parent
[BrowsableAttribute(false)]
public Object Parent { get; }
[BrowsableAttribute(false)]
public:
property Object^ Parent {
    Object^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Object
function get Parent () : Object

プロパティ値

型: System.Object
現在のオブジェクトの親オブジェクトです。

説明

厳密に型指定されたオブジェクトが返されます。

関連項目

参照

Binding クラス

Microsoft.AnalysisServices 名前空間