DataSource.ManagedProvider Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the managed provider name used by a DataSource object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
public string ManagedProvider { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
property String^ ManagedProvider {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
member ManagedProvider : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
Public Property ManagedProvider As String

Property Value

Type: System.String

The name of the managed provider.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top