Classe DataSourcePrompt
Represents the name of a data source and the prompt to display to a user.
Gerarchia di ereditarietà
System. . :: . .Object
ReportExecution2005..::..DataSourcePrompt
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DataSourcePrompt
'Utilizzo
Dim instance As DataSourcePrompt
[SerializableAttribute]
public class DataSourcePrompt
[SerializableAttribute]
public ref class DataSourcePrompt
[<SerializableAttribute>]
type DataSourcePrompt = class end
public class DataSourcePrompt
Nel tipo DataSourcePrompt sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DataSourcePrompt | Initializes a new instance of the DataSourcePrompt class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.