Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.