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 | |
---|---|---|
DataSourcePrompt | Initializes a new instance of the DataSourcePrompt class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
DataSourceID | Gets or sets the unique ID of a data source. | |
Name | Gets or sets the name of a data source. | |
Prompt | The prompt that the report server displays when prompting for user credentials. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.