SetId Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Sets the ID value that uniquely identifies the schedule.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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
- id
Tipo: System. . :: . .Int32
An Int32 value that specifies the ID value that uniquely identifies the schedule.
Vea también