다음을 통해 공유


ExtendedProperties 속성

Gets the extended properties associated with the ConnectionInfo object.

네임스페이스:  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
A ListDictionary object.