次の方法で共有


ConnectionInfo.ExtendedProperties プロパティ

ConnectionInfo オブジェクトに関連付けられた拡張プロパティを取得します。

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

構文

'宣言
Public ReadOnly Property ExtendedProperties As ListDictionary 
    Get
'使用
Dim instance As ConnectionInfo 
Dim value As ListDictionary 

value = instance.ExtendedProperties
public ListDictionary ExtendedProperties { get; }
public:
property ListDictionary^ ExtendedProperties {
    ListDictionary^ get ();
}
member ExtendedProperties : ListDictionary
function get ExtendedProperties () : ListDictionary

プロパティ値

型: System.Collections.Specialized.ListDictionary
ListDictionary オブジェクトです。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間