ConnectionInfo.ExtendedProperties Özelliği
İlişkilendirilmiş genişletilmiş özelliklerini alır ConnectionInfo nesne.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Property ExtendedProperties As ListDictionary
Get
'Kullanım
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
Özellik Değeri
Tür: System.Collections.Specialized.ListDictionary
Bir ListDictionary nesnesi.