Udostępnij za pośrednictwem


Właściwość ID

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera wartość Identyfikatora, który unikatowo identyfikuje harmonogramu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Agent
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property ID As Integer
    Get
'Użycie
Dim instance As ScheduleBase
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute]
public int ID { get; }
[SfcPropertyAttribute]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute>]
member ID : int
function get ID () : int

Wartość właściwości

Typ: System. . :: . .Int32
Int32 Wartość, która określa wartość Identyfikatora, który unikatowo identyfikuje harmonogramu.