CollectionSet.ScheduleName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the SQL Agent schedule for the collection set. Used to drive the collection set upload in "Cached" colleciton mode, and to drive the snampshot collection in "Snapshot" collection mode
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Required=false)]
public string ScheduleName { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Required=false)>]
member this.ScheduleName : string with get, set
Public Property ScheduleName As String
Property Value
- Attributes