Scheduler.Id 속성
Gets the scheduler identifier.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Id As Integer
Get
‘사용 방법
Dim instance As Scheduler
Dim value As Integer
value = instance.Id
public int Id { get; }
public:
property int Id {
int get ();
}
member Id : int
function get Id () : int
속성 값
유형: System.Int32
The scheduler identifier.