Compartir a través de


DataSourceDefinition Miembros

Represents a data source definition in SharePoint library.

El tipo DataSourceDefinition expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConnectString Gets or sets the connection string for a data source.
Propiedad pública CredentialRetrieval Gets or sets a value that indicates the way in which the report server retrieves data source credentials.
Propiedad pública Enabled Gets a value that indicates whether a data source is enabled.
Propiedad pública EnabledSpecified Gets or sets a value that indicates whether the Enabled property is specified.
Propiedad pública Extension Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.
Propiedad pública ImpersonateUser Gets or sets a value that indicates whether the report server tries to impersonate a user by using stored credentials.
Propiedad pública ImpersonateUserSpecified Gets or sets a value that indicates whether the ImpersonateUser property is specified.
Propiedad pública OriginalConnectStringExpressionBased Gets a value that indicates whether the original connection string for the data source was expression-based.
Propiedad pública Password Gets or sets the password that the report server uses to connect to a data source.
Propiedad pública Prompt Gets or sets the prompt that the report server displays to the user when it prompts for credentials.
Propiedad pública UseOriginalConnectString Gets or sets a value that specifies whether the data source should revert to the original connection string.
Propiedad pública UserName Gets or sets the user name the report server uses to connect to a data source.
Propiedad pública 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.

Principio