Share via


Warning.Code 속성

Gets or sets the error code that is assigned to the warning by the report server. Read-only.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.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 read-only String value.

참고 항목

참조

Warning 클래스

ReportExecution2005 네임스페이스