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.

请参阅

参考

ConnectionInfo 类

Microsoft.AnalysisServices 命名空间