Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the ID value that uniquely identifies the schedule.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub SetId ( _
id As Integer _
)
'Usage
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
)
Parameters
- id
Type: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the schedule.