Classe DataSourcePrompt
Represents the name of a data source and the prompt to display to a user.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..DataSourcePrompt
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 identifier of a data source. | |
Name | Gets or sets the name of a data source. | |
Prompt | Gets or sets the prompt to display when the report server prompts 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.