ProviderDataSourceOverride Class

 

Updated: May 24, 2016

Represents object that holds overriden properties of ProviderDataSource that are provided for the duration of refresh operation.

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

System::Object
  Microsoft.AnalysisServices.Tabular.DataRefresh::DataSourceOverride
    Microsoft.AnalysisServices.Tabular.DataRefresh::ProviderDataSourceOverride

public ref class ProviderDataSourceOverride : DataSourceOverride

NameDescription
System_CAPS_pubmethodProviderDataSourceOverride()

Constructor.

NameDescription
System_CAPS_pubpropertyAccount

Gets or sets the overriden account property of the original ProviderDataSource object.

System_CAPS_pubpropertyConnectionString

Gets or sets the overriden ConnectionString property of the original ProviderDataSource object.

System_CAPS_pubpropertyImpersonationMode

Gets or sets the overriden ImpersonationMode property of the original ProviderDataSource object.

System_CAPS_pubpropertyIsolation

Gets or sets the overriden isolation property of the original ProviderDataSource object.

System_CAPS_pubpropertyMaxConnections

Gets or sets the overriden MaxConnections property of the original ProviderDataSource object.

System_CAPS_pubpropertyOriginalObject

Gets or sets the Original ProviderDataSource object.

System_CAPS_pubpropertyPassword

Gets or sets the overriden password property of the original ProviderDataSource object.

System_CAPS_pubpropertyProvider

Gets or sets the provider property of the original ProviderDataSource object.

System_CAPS_pubpropertyTimeout

Gets or sets the override Timeout property of the original ProviderDataSource object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: