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 네임스페이스