Propriété ExtendedProperties
Gets the extended properties associated with the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ExtendedProperties As ListDictionary
Get
'Utilisation
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
Valeur de propriété
Type : System.Collections.Specialized. . :: . .ListDictionary
A ListDictionary object.