Compartilhar via


Propriedade do RDL ConnectionInfo.ExtendedProperties

Gets the extended properties associated with the ConnectionInfo object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property ExtendedProperties As ListDictionary 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Collections.Specialized.ListDictionary
A ListDictionary object.

Consulte também

Referência

ConnectionInfo Classe

Namespace Microsoft.AnalysisServices