ProviderDataSource Class
Updated: May 24, 2016
Represents a data source that uses a connection string for the connection.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::DataSource
Microsoft.AnalysisServices.Tabular::ProviderDataSource
| Name | Description | |
|---|---|---|
![]() | ProviderDataSource() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Account | Gets or sets the account for the data source. |
![]() | Annotations | Gets the collection object of all annotations in the current DataSource. (Inherited from DataSource.) |
![]() | ConnectionString | Gets or sets the connection string to the data source. |
![]() | Description | Gets or sets an accessor specifying the Description property of the body of the object. (Inherited from DataSource.) |
![]() | ImpersonationMode | Gets or sets the impersonation mode to connect to the data source. |
![]() | Isolation | Gets or sets the isolation property for a DataSource object. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | MaxConnections | Gets or sets the maximum number of connections to be opened concurrently to the data source. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and timestamp indicating when the data source connection was opened. (Inherited from DataSource.) |
![]() | Name | Gets or sets an accessor specifying the name property of the body of the object. (Inherited from DataSource.) |
![]() | ObjectType | Gets the type of the object. (Inherited from DataSource.) |
![]() | Parent | Gets or sets the parent object, null for Model objects. (Inherited from DataSource.) |
![]() | Password | Gets or sets the password of the data source provider. |
![]() | Provider | Gets or sets the provider of the data source. |
![]() | Timeout | Gets or sets the timeout in seconds for commands executed against the data source. |
![]() | Type | Gets or sets an accessor specifying the type of data source providing data to the object.(Inherited from DataSource.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a DataSource object. (Inherited from DataSource.) |
![]() | CopyFrom(DataSource^) | Obsolete. Deprecated. Use CopyTo method instead. (Inherited from DataSource.) |
![]() | CopyTo(DataSource^) | Copies a DataSource object to the specified object in the Model tree. (Inherited from DataSource.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. (Inherited from DataSource.) |
![]() | RequestRename(String^) | Request rename of this object. (Inherited from DataSource.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


