Freigeben über


DataSourcePrompt-Klasse

Represents the name of a data source and the prompt to display to a user.

Vererbungshierarchie

System.Object
  ReportExecution2005.DataSourcePrompt

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

Syntax

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

Der DataSourcePrompt-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSourceID Gets or sets the unique ID of a data source.
Öffentliche Eigenschaft Name Gets or sets the name of a data source.
Öffentliche Eigenschaft Prompt The prompt that the report server displays when prompting for user credentials.

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

DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.

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

ReportExecution2005-Namespace