Sdílet prostřednictvím


DataSetInfo.ObjectDataSourceType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the type of the object data source.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ObjectDataSourceType As String 
    Get 
    Set
'Usage
Dim instance As DataSetInfo 
Dim value As String 

value = instance.ObjectDataSourceType

instance.ObjectDataSourceType = value
public string ObjectDataSourceType { get; set; }
public:
property String^ ObjectDataSourceType {
    String^ get ();
    void set (String^ value);
}
member ObjectDataSourceType : string with get, set
function get ObjectDataSourceType () : String 
function set ObjectDataSourceType (value : String)

Property Value

Type: System.String
The type of the object data source.

See Also

Reference

DataSetInfo Class

Microsoft.ReportingServices.RdlObjectModel Namespace