Compartilhar via


Propriedade do RDL Type

Gets a JobTypeEnum value that describes the type of the job.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property Type As JobTypeEnum
    Get
    Set
'Uso
Dim instance As Job
Dim value As JobTypeEnum

value = instance.Type

instance.Type = value
public JobTypeEnum Type { get; set; }
public:
property JobTypeEnum Type {
    JobTypeEnum get ();
    void set (JobTypeEnum value);
}
member Type : JobTypeEnum with get, set
function get Type () : JobTypeEnum
function set Type (value : JobTypeEnum)

Valor da propriedade

Tipo: ReportService2006. . :: . .JobTypeEnum
One of the JobTypeEnum values.

Consulte também

Referência