ConnectionInfo.ExtendedProperties Property

 

Applies To: SQL Server (starting with 2016)

Gets the extended properties associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ListDictionary ExtendedProperties { get; }
public:
property ListDictionary^ ExtendedProperties {
    ListDictionary^ get();
}
member ExtendedProperties : ListDictionary with get
Public ReadOnly Property ExtendedProperties As ListDictionary

Property Value

Type: System.Collections.Specialized.ListDictionary

A ListDictionary object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top