Warning.Code 속성

Gets or sets the error code assigned to the warning by the report server.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

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

value = instance.Code

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

속성 값

유형: System.String
A String value that contains the error code assigned to the warning by the report server.

참고 항목

참조

Warning 클래스

ReportService2006 네임스페이스