ConnectionInfo.ExtendedProperties Propiedad
Gets the extended properties associated with the ConnectionInfo object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.Specialized.ListDictionary
A ListDictionary object.