共用方式為


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 命名空間