Share via


DataSource.Item Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The data source definition (DataSourceDefinition object) or a reference to a shared data source (DataSourceReference object).

Syntax

'Declaration
Public Property Item As DataSourceDefinitionOrReference
public DataSourceDefinitionOrReference Item { get; set; }
public:
property DataSourceDefinitionOrReference^ Item {
    DataSourceDefinitionOrReference^ get ();
    void set (DataSourceDefinitionOrReference^ value);
}
/** @property */
public DataSourceDefinitionOrReference get_Item ()

/** @property */
public void set_Item (DataSourceDefinitionOrReference value)
public function get Item () : DataSourceDefinitionOrReference

public function set Item (value : DataSourceDefinitionOrReference)

Property Value

The DataSourceDefinition or DataSourceReference object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

DataSource Class
DataSource Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace