Свойство ConnectionInfo.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.