DataSourcePrompt-Klasse
Represents the name of a data source and the prompt to display to a user.
Vererbungshierarchie
System.Object
ReportService2010.DataSourcePrompt
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 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. |
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.