This topic has not yet been rated - Rate this topic

DataSourcePrompt Class

SQL Server 2012

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

System.Object
  ReportService2005.DataSourcePrompt

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
type DataSourcePrompt =  class end

The DataSourcePrompt type exposes the following members.

  NameDescription
Public methodDataSourcePromptInitializes a new instance of the DataSourcePrompt class.
Top
  NameDescription
Public propertyDataSourceIDGets or sets the unique identifier of a data source.
Public propertyNameGets or sets the name of a data source.
Public propertyPromptGets or sets the prompt to display when the report server prompts for user credentials.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

DataSourcePrompt is returned as output by the GetItemDataSourcePrompts method.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.