共用方式為


DataSourceReference.Reference 屬性

Gets or sets reference to a shared data source in a SharePoint library.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Property Reference As String 
    Get 
    Set
'用途
Dim instance As DataSourceReference 
Dim value As String 

value = instance.Reference

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

屬性值

型別:System.String
A String that contains the full qualified URL of a shared DataSource item including the file name and extension (.rsds or .odc).

請參閱

參考

DataSourceReference 類別

ReportService2006 命名空間