DataSetInfo.ObjectDataSourceType 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the type of the object data source.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ObjectDataSourceType As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
The type of the object data source.

请参阅

参考

DataSetInfo 类

Microsoft.ReportingServices.RdlObjectModel 命名空间