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
<SerializableAttribute> _
Public Class DataSourcePrompt
'Usage
Dim instance As DataSourcePrompt
[SerializableAttribute]
public class DataSourcePrompt
[SerializableAttribute]
public ref class DataSourcePrompt
[<SerializableAttribute>]
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.