Metoda ScheduleBase.SetId
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Ustawia wartość Identyfikatora, który unikatowo identyfikuje harmonogramu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Sub SetId ( _
id As Integer _
)
'Użycie
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
)
Parametry
- id
Typ: System.Int32
Int32 Wartość, która określa wartość Identyfikatora, który unikatowo identyfikuje harmonogramu.