Udostępnij za pośrednictwem


Właściwość Warning.Code

Pobiera lub ustawia kod błędu przypisanego do ostrzeżenie przez serwer raportów.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property Code As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera kod błędu przypisanego do ostrzeżenie przez serwer raportów.