Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scheduler identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As Scheduler
Dim value As Integer
value = instance.Id
public int Id { get; }
public:
property int Id {
int get ();
}
member Id : int
function get Id () : int
Property Value
Type: System.Int32
The scheduler identifier.