Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the type of the job.
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
Public Property JobTypeName As String
Get
Set
'Utilisation
Dim instance As Job
Dim value As String
value = instance.JobTypeName
instance.JobTypeName = value
public string JobTypeName { get; set; }
public:
property String^ JobTypeName {
String^ get ();
void set (String^ value);
}
member JobTypeName : string with get, set
function get JobTypeName () : String
function set JobTypeName (value : String)
Valeur de propriété
Type : System.String
A String value that represents the type of the job.
Notes
For a list of valid job types, use the ListJobTypes method.