Compartilhar via


Propriedade do RDL CollectionSet.ScheduleName

Gets or sets the name of the SQL Server Agent schedule that is associated to the collection set.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(Required := False)> _
Public Property ScheduleName As String 
    Get 
    Set
'Uso
Dim instance As CollectionSet 
Dim value As String 

value = instance.ScheduleName

instance.ScheduleName = value
[SfcPropertyAttribute(Required = false)]
public string ScheduleName { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ ScheduleName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member ScheduleName : string with get, set
function get ScheduleName () : String 
function set ScheduleName (value : String)

Valor da propriedade

Tipo: System.String
A String value that is the name of the schedule.

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionSet Classe

Namespace Microsoft.SqlServer.Management.Collector