Share via


DataSourceDefinition Members

Represents a data source definition in SharePoint library.

The following tables list the members exposed by the DataSourceDefinition type.

Public Constructors

  Name Description
DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

Top

Public Properties

  Name Description
Bb326328.pubproperty(en-US,SQL.90).gif ConnectString Gets or sets the connection string for a data source.
Bb326328.pubproperty(en-US,SQL.90).gif CredentialRetrieval Gets or sets a value that indicates the way in which the report server retrieves data source credentials.
Bb326328.pubproperty(en-US,SQL.90).gif Enabled Gets a value that indicates whether a data source is enabled.
Bb326328.pubproperty(en-US,SQL.90).gif EnabledSpecified Gets or sets a value that indicates whether the Enabled property is specified.
Bb326328.pubproperty(en-US,SQL.90).gif Extension Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.
Bb326328.pubproperty(en-US,SQL.90).gif ImpersonateUser Gets or sets a value that indicates whether the report server tries to impersonate a user by using stored credentials.
Bb326328.pubproperty(en-US,SQL.90).gif ImpersonateUserSpecified Gets or sets a value that indicates whether the ImpersonateUser property is specified.
Bb326328.pubproperty(en-US,SQL.90).gif OriginalConnectStringExpressionBased Gets a value that indicates whether the original connection string for the data source was expression-based.
Bb326328.pubproperty(en-US,SQL.90).gif Password Sets the password that the report server uses to connect to a data source. Write-only.
Bb326328.pubproperty(en-US,SQL.90).gif Prompt Gets or sets the prompt that the report server displays to the user when it prompts for credentials.
Bb326328.pubproperty(en-US,SQL.90).gif UseOriginalConnectString Gets or sets a value that specifies whether the data source should revert to the original connection string.
Bb326328.pubproperty(en-US,SQL.90).gif UserName Gets or sets the user name the report server uses to connect to a data source.
Bb326328.pubproperty(en-US,SQL.90).gif WindowsCredentials Gets or sets a value that indicates whether the report server passes user-provided or stored credentials as Windows credentials when it connects to a data source.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb326328.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb326328.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb326328.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb326328.pubmethod(en-US,SQL.90).gifBb326328.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb326328.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb326328.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb326328.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DataSourceDefinition Class
ReportService2006 Namespace