Public Overridable Sub Execute ( _ targetInstanceId As Guid _ )
Dim instance As SPJobDefinition Dim targetInstanceId As Guid instance.Execute(targetInstanceId)
public virtual void Execute ( Guid targetInstanceId )
For target types of SPContentDatabase this is the database ID of the content database being processed by the running job.
This value is Guid.Empty for all other target types.