Partager via


Méthode SetId

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Sets the ID value that uniquely identifies the schedule.

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

Syntaxe

'Déclaration
Protected Sub SetId ( _
    id As Integer _
)
'Utilisation
Dim id As Integer

Me.SetId(id)
protected void SetId(
    int id
)
protected:
void SetId(
    int id
)
member SetId : 
        id:int -> unit 
protected function SetId(
    id : int
)

Paramètres