Partilhar via


Método SetId

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Sets the ID value that uniquely identifies the schedule.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Sub SetId ( _
    id As Integer _
)
'Uso
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
)

Parâmetros