Freigeben über


DataSourceCredentials-Klasse

Represents data source credentials.

Vererbungshierarchie

System.Object
  ReportService2005.DataSourceCredentials

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Class DataSourceCredentials
'Usage
Dim instance As DataSourceCredentials
public class DataSourceCredentials
public ref class DataSourceCredentials
type DataSourceCredentials =  class end
public class DataSourceCredentials

Der DataSourceCredentials-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSourceCredentials Initializes a new instance of the DataSourceCredentials class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSourceName Gets or sets the name of the data source to which to pass credentials.
Öffentliche Eigenschaft Password Gets or sets the password to use when connecting to a data source.
Öffentliche Eigenschaft UserName Gets or sets the user name that the report server uses to connect to a data source.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Use the DataSourceCredentials class with the Render method to pass credentials to an external data source.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2005-Namespace