DataSourcePrompt Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the name of a data source and the prompt to display to a user.
public ref class DataSourcePromptpublic class DataSourcePrompttype DataSourcePrompt = classPublic Class DataSourcePrompt- Inheritance
- 
				DataSourcePrompt
Remarks
DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.
Constructors
| DataSourcePrompt() | Initializes a new instance of the DataSourcePrompt class. | 
Properties
| DataSourceID | Gets or sets the unique ID of a data source. | 
| Name | Gets or sets the name of a data source. | 
| Prompt | Gets or sets the prompt that the report server displays when prompting for user credentials. |