Sdílet prostřednictvím


DataSource.ManagedProvider Property

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

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

Syntax

'Declaration
Public Property ManagedProvider As String 
    Get 
    Set
'Usage
Dim instance As DataSource 
Dim value As String 

value = instance.ManagedProvider

instance.ManagedProvider = value
public string ManagedProvider { get; set; }
public:
property String^ ManagedProvider {
    String^ get ();
    void set (String^ value);
}
member ManagedProvider : string with get, set
function get ManagedProvider () : String 
function set ManagedProvider (value : String)

Property Value

Type: System.String
The name of the managed provider.

See Also

Reference

DataSource Class

Microsoft.AnalysisServices Namespace