다음을 통해 공유


Code 속성

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

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

구문

‘선언
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.