Właściwość CollectionSet.ScheduleName
Pobiera lub ustawia nazwę SQL Server Agent harmonogram, który jest skojarzony z kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(Required := False)> _
Public Property ScheduleName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość jest nazwa harmonogramu.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.