共用方式為


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 命名空間