Partager via


Propriété Scheduler.Id

Gets the scheduler identifier.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Id As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
The scheduler identifier.

Voir aussi

Référence

Scheduler Classe

Espace de noms Microsoft.SqlServer.Management.Smo