다음을 통해 공유


HistoryID 속성

Gets or sets the ID of the report history snapshot.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
Public Property HistoryID As String
    Get
    Set
‘사용 방법
Dim instance As ReportHistorySnapshot
Dim value As String

value = instance.HistoryID

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

속성 값

형식: System. . :: . .String
A String value that contains the ID of the report history snapshot.