Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets the state of the schedule.
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
Public Property ScheduleStateName As String
Get
Set
'Uso
Dim instance As Schedule
Dim value As String
value = instance.ScheduleStateName
instance.ScheduleStateName = value
public string ScheduleStateName { get; set; }
public:
property String^ ScheduleStateName {
String^ get ();
void set (String^ value);
}
member ScheduleStateName : string with get, set
function get ScheduleStateName () : String
function set ScheduleStateName (value : String)
Valor de la propiedad
Tipo: System.String
A String value that represents the state of the schedule.
Comentarios
For a list of valid schedule states, use the ListScheduleStates method.