ProviderDataSource Class

 

Updated: May 24, 2016

Represents a data source that uses a connection string for the connection.

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


public ref class ProviderDataSource : DataSource

NameDescription
System_CAPS_pubmethodProviderDataSource()

Constructor.

NameDescription
System_CAPS_pubpropertyAccount

Gets or sets the account for the data source.

System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current DataSource. (Inherited from DataSource.)

System_CAPS_pubpropertyConnectionString

Gets or sets the connection string to the data source.

System_CAPS_pubpropertyDescription

Gets or sets an accessor specifying the Description property of the body of the object. (Inherited from DataSource.)

System_CAPS_pubpropertyImpersonationMode

Gets or sets the impersonation mode to connect to the data source.

System_CAPS_pubpropertyIsolation

Gets or sets the isolation property for a DataSource object.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyMaxConnections

Gets or sets the maximum number of connections to be opened concurrently to the data source.

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the date and timestamp indicating when the data source connection was opened. (Inherited from DataSource.)

System_CAPS_pubpropertyName

Gets or sets an accessor specifying the name property of the body of the object. (Inherited from DataSource.)

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Inherited from DataSource.)

System_CAPS_pubpropertyParent

Gets or sets the parent object, null for Model objects. (Inherited from DataSource.)

System_CAPS_pubpropertyPassword

Gets or sets the password of the data source provider.

System_CAPS_pubpropertyProvider

Gets or sets the provider of the data source.

System_CAPS_pubpropertyTimeout

Gets or sets the timeout in seconds for commands executed against the data source.

System_CAPS_pubpropertyType

Gets or sets an accessor specifying the type of data source providing data to the object.(Inherited from DataSource.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a DataSource object. (Inherited from DataSource.)

System_CAPS_pubmethodCopyFrom(DataSource^)

Obsolete. Deprecated. Use CopyTo method instead. (Inherited from DataSource.)

System_CAPS_pubmethodCopyTo(DataSource^)

Copies a DataSource object to the specified object in the Model tree. (Inherited from DataSource.)

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_pubmethodRename(String^)

Obsolete. Deprecated. Use RequestRename method instead. (Inherited from DataSource.)

System_CAPS_pubmethodRequestRename(String^)

Request rename of this object. (Inherited from DataSource.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: