DataSourceDefinition Class

Definition

Represents a data source definition.

public ref class DataSourceDefinition : ReportService2010::DataSourceDefinitionOrReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class DataSourceDefinition : ReportService2010.DataSourceDefinitionOrReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DataSourceDefinition = class
    inherit DataSourceDefinitionOrReference
Public Class DataSourceDefinition
Inherits DataSourceDefinitionOrReference
Inheritance
Attributes

Remarks

Use the DataSourceDefinition class together with the Item property of the DataSource class.

A DataSourceDefinition object is returned as output by the GetDataSourceContents method and is passed as input to the CreateDataSource and SetDataSourceContents methods.

The DataSourceDefinition class is used for both embedded and shared data sources.

Constructors

DataSourceDefinition()

Initializes a new instance of the DataSourceDefinition class.

Properties

ConnectString

Gets or sets the connection string for a data source.

CredentialRetrieval

Gets or sets a value that indicates the way in which the report server retrieves data source credentials.

Enabled

Gets a value that indicates whether a data source is enabled.

EnabledSpecified

Gets or sets a value that indicates whether the Enabled property is specified.

Extension

Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.

ImpersonateUser

Gets or sets a value that indicates whether the report server tries to impersonate a user by using stored credentials.

ImpersonateUserSpecified

Gets or sets a value that indicates whether the ImpersonateUser property is specified.

OriginalConnectStringExpressionBased

Gets a value that indicates whether the original connection string for the data source was expression-based.

Password

Gets or sets the password that the report server uses to connect to a data source.

Prompt

Gets or sets the prompt that the report server displays to the user when it prompts for credentials.

UseOriginalConnectString

Gets or sets a value that specifies whether the data source should revert to the original connection string.

UserName

Gets or sets the user name the report server uses to connect to a data source.

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.

Applies to