DataSourcePrompt-Klasse

Represents the name of a data source and the prompt to display to a user.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..DataSourcePrompt

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Öffentliche Methode DataSourcePrompt Initializes a new instance of the DataSourcePrompt class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataSourceID Gets or sets the unique identifier of a data source.
Öffentliche Eigenschaft Name Gets or sets the name of a data source.
Öffentliche Eigenschaft Prompt Gets or sets the prompt to display when the report server prompts for user credentials.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis