共用方式為


CollectionSet.ScheduleName 屬性

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

命名空間:  Microsoft.SqlServer.Management.Collector
組件:  Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)

語法

'宣告
<SfcPropertyAttribute(Required := False)> _
Public Property ScheduleName As String 
    Get 
    Set
'用途
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)

屬性值

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

備註

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

請參閱

參考

CollectionSet 類別

Microsoft.SqlServer.Management.Collector 命名空間