Metodo SetId

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Sets the ID value that uniquely identifies the schedule.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Sub SetId ( _
    id As Integer _
)
'Utilizzo
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
)

Parametri