Proprietà ConnectionInfo.ExtendedProperties
Gets the extended properties associated with the ConnectionInfo object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ExtendedProperties As ListDictionary
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.Specialized.ListDictionary
A ListDictionary object.